hook_views_plugins

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:

  • style: 'even empty'

Related topics

47 functions implement hook_views_plugins()

File

contributions/views/docs/docs.php, line 249
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

<?php
function hook_views_plugins() {
  // example code here
}
?>