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

303 functions implement hook_views_handlers()

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() {
  // example code here
}
?>