function hook_views_handlers

2.x 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

15 functions implement hook_views_handlers()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

aggregator_views_handlers in modules/aggregator.views.inc
Implementation of hook_views_handlers() to register all of the basic handlers views uses.
comment_views_handlers in modules/comment.views.inc
Implementation of hook_views_handlers() to register all of the basic handlers views uses.
contact_views_handlers in modules/contact.views.inc
Implementation of hook_views_handlers() to register all of the basic handlers views uses.
filter_views_handlers in modules/filter.views.inc
locale_views_handlers in modules/locale.views.inc
Implementation of hook_views_handlers().

... See full list

1 invocation of hook_views_handlers()
views_discover_handlers in includes/handlers.inc
Builds and return a list of all handlers available in the system.

File

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

function hook_views_handlers() {
  // example code here
}