function hook_views_convert
2.x docs.php | hook_views_convert() |
Stub hook documentation
This hook should be placed in MODULENAME.views_convert.inc and it will be auto-loaded. This must either be in the same directory as the .module file or in a subdirectory named 'includes'.
Related topics
9 functions implement hook_views_convert()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- book_views_convert in modules/
book.views_convert.inc - Implementation of hook_views_convert().
- comment_views_convert in modules/
comment.views_convert.inc - Implementation of hook_views_convert().
- node_views_convert in modules/
node.views_convert.inc - Implementation of hook_views_convert().
- profile_views_convert in modules/
profile.views_convert.inc - Implementation of hook_views_convert().
- search_views_convert in modules/
search.views_convert.inc
2 invocations of hook_views_convert()
- views1_convert_style in includes/
convert.inc - views1_import in includes/
convert.inc - Convert a Views 1 view to a Views 2 view.
File
- docs/
docs.php, line 563 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Code
function hook_views_convert() {
// example code here
}