| 6 docs.php | hook_views_plugins() |
| 7 views.api.php | hook_views_plugins() |
The full documentation for this hook is now in the advanced help.
This hook should be placed in MODULENAME.views.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'.
This is a stub list as a reminder that this needs to be doc'd and is not used in views anywhere so might not be remembered when this is formally documented:
<?php
function hook_views_plugins() {
// example code here
}
?>