hook_views_handlers
| 6 docs.php |
hook_views_handlers() |
Register handler, file and parent information so that handlers can be
loaded only on request.
The full documentation for this hook is in the advanced help.
Related topics
- Views' hooks
- Hooks that can be implemented by other modules in order to implement the
Views API.
File
- contributions/views/docs/docs.php, line 267
- 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_handlers() {
}
?>