Search for hook_views_

NameLocationDescription
hook_views_admin_links_altercontributions/views/docs/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_apicontributions/views/docs/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_convertcontributions/views/docs/docs.phpStub hook documentation
hook_views_datacontributions/views/docs/docs.phpDescribe table structure to Views.
hook_views_default_viewscontributions/views/docs/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_altercontributions/views/docs/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_handlerscontributions/views/docs/docs.phpRegister handler, file and parent information so that handlers can be loaded only on request.
hook_views_pluginscontributions/views/docs/docs.phpThe full documentation for this hook is now in the advanced help.
hook_views_plugins_altercontributions/views/docs/docs.phpAlter existing plugins data, defined by modules.
hook_views_post_rendercontributions/views/docs/docs.phpPost process any rendered data.
hook_views_preview_info_altercontributions/views/docs/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_buildcontributions/views/docs/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_executecontributions/views/docs/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_rendercontributions/views/docs/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_viewcontributions/views/docs/docs.phpThis hook is called at the very beginning of views processing, before anything is done.
hook_views_query_altercontributions/views/docs/docs.phpStub hook documentation
hook_views_query_substitutionscontributions/views/docs/docs.phpStub hook documentation