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

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
}