Functions

NameLocationDescription
aggregator_views_apiincludes/handlers.inc
aggregator_views_datamodules/aggregator.views.incImplementation of hook_views_data()
aggregator_views_handlersmodules/aggregator.views.incImplementation of hook_views_handlers() to register all of the basic handlers views uses.
aggregator_views_pluginsmodules/aggregator.views.incImplementation of hook_views_plugins
book_views_apiincludes/handlers.inc
book_views_convertmodules/book.views_convert.incImplementation of hook_views_convert().
book_views_datamodules/book.views.incImplementation of hook_views_data()
comment_views_apiincludes/handlers.inc
comment_views_convertmodules/comment.views_convert.incImplementation of hook_views_convert().
comment_views_datamodules/comment.views.inc
comment_views_data_altermodules/comment.views.incUse views_data_alter to add items to the node table that are relevant to comments.
comment_views_default_viewsmodules/comment.views_default.incImplementation of hook_default_view_views().
comment_views_handlersmodules/comment.views.incImplementation of hook_views_handlers() to register all of the basic handlers views uses.
comment_views_pluginsmodules/comment.views.incImplementation of hook_views_plugins
contact_views_apiincludes/handlers.inc
contact_views_datamodules/contact.views.inc
contact_views_handlersmodules/contact.views.incImplementation of hook_views_handlers() to register all of the basic handlers views uses.
drupal_build_form./views.moduleViews' replacement for drupal_get_form so that we can do more with less.
drupal_process_form_newincludes/form.incViews' replacement for drupal_process_form that accepts commands not to redirect, as well as forcing processing of 'get' method forms.
drupal_rebuild_form_newincludes/form.incViews' replacement of drupal_rebuild_form.
drupal_validate_form_newincludes/form.incThe original version of drupal_validate_form does not have an override for the static check to only validate a form id once. Unfortunately, we need to be able to overridet his.
filter_views_apiincludes/handlers.inc
filter_views_datamodules/filter.views.incImplementation of hook_views_data()
filter_views_handlersmodules/filter.views.inc
hook_views_admin_links_alterdocs/docs.phpThis 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'.
hook_views_apidocs/docs.phpRegister View API information. This is required for your module to have its include files loaded; for example, when implementing hook_views_default_views().
hook_views_convertdocs/docs.phpStub hook documentation
hook_views_datadocs/docs.phpDescribe table structure to Views.
hook_views_default_viewsdocs/docs.phpThis hook allows modules to provide their own views which can either be used as-is or as a "starter" for users to build from.
hook_views_default_views_alterdocs/docs.phpThis hook is called right before all default views are cached to the database. It takes a keyed array of views by reference.
hook_views_handlersdocs/docs.phpRegister handler, file and parent information so that handlers can be loaded only on request.
hook_views_pluginsdocs/docs.phpThe full documentation for this hook is now in the advanced help.
hook_views_post_renderdocs/docs.phpPost process any rendered data.
hook_views_preview_info_alterdocs/docs.phpThis 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'.
hook_views_pre_builddocs/docs.phpThis hook is called right before the build process, but after displays are attached and the display performs its pre_execute phase.
hook_views_pre_executedocs/docs.phpThis hook is called right before the execute process. The query is now fully built, but it has not yet been run through db_rewrite_sql.
hook_views_pre_renderdocs/docs.phpThis hook is called right before the render process. The query has been executed, and the pre_render() phase has already happened for handlers, so all data should be available.
hook_views_pre_viewdocs/docs.phpThis hook is called at the very beginning of views processing, before anything is done.
hook_views_query_alterdocs/docs.phpStub hook documentation
hook_views_query_substitutionsdocs/docs.phpStub hook documentation
locale_views_apiincludes/handlers.inc
locale_views_datamodules/locale.views.incImplementation of hook_views_data().
locale_views_handlersmodules/locale.views.incImplementation of hook_views_handlers().
node_views_analyzemodules/node.views.incImplementation of hook_views_analyze().
node_views_apiincludes/handlers.inc
node_views_convertmodules/node.views_convert.incImplementation of hook_views_convert().
node_views_datamodules/node.views.incImplementation of hook_views_data()
node_views_default_viewsmodules/node.views_default.incImplementation of hook_default_view_views().
node_views_handlersmodules/node.views.incImplementation of hook_views_handlers() to register all of the basic handlers views uses.
node_views_pluginsmodules/node.views.incImplementation of hook_views_plugins

Other projects: