Name Locationsort descending Description
ViewsViewTest::assertViewDestroy core/modules/views/tests/views_view.test
ViewsViewTest::testDelete core/modules/views/tests/views_view.test
ViewsViewTest::testValidate core/modules/views/tests/views_view.test
ViewsViewTest::view_test_destroy core/modules/views/tests/views_view.test This view provides some filters, fields, arguments, relationships, sorts, areas and attachments.
ViewsViewTest::view_test_delete core/modules/views/tests/views_view.test
hook_views_data core/modules/views/views.api.php Describes data tables (or the equivalent) to Views.
hook_views_data_alter core/modules/views/views.api.php Alter table structure.
hook_views_plugins core/modules/views/views.api.php Describes plugins defined by the module.
hook_views_plugins_alter core/modules/views/views.api.php Alter existing plugins data, defined by modules.
hook_views_api core/modules/views/views.api.php Register View API information.
hook_views_query_substitutions core/modules/views/views.api.php Performs replacements in the query before being performed.
hook_views_form_substitutions core/modules/views/views.api.php This hook is called to get a list of placeholders and their substitutions, used when preprocessing a View with form elements.
hook_views_pre_view core/modules/views/views.api.php Allows altering a view at the very beginning of views processing, before anything is done.
hook_views_pre_build core/modules/views/views.api.php This hook is called right before the build process, but after displays are attached and the display performs its pre_execute phase.
hook_views_post_build core/modules/views/views.api.php This hook is called right after the build process. The query is now fully built, but it has not yet been run through db_rewrite_sql.
hook_views_pre_execute core/modules/views/views.api.php This 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_post_execute core/modules/views/views.api.php This hook is called right after the execute process. The query has been executed, but the pre_render() phase has not yet happened for handlers.
hook_views_pre_render core/modules/views/views.api.php This 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_post_render core/modules/views/views.api.php Post process any rendered data.
hook_views_query_alter core/modules/views/views.api.php Alter the query before executing the query.
hook_views_preview_info_alter core/modules/views/views.api.php Alter the information box that (optionally) appears with a view preview, including query and performance statistics.
hook_views_ui_display_top_links_alter core/modules/views/views.api.php This hooks allows to alter the links at the top of the view edit form. Some modules might want to add links there.
hook_views_ajax_data_alter core/modules/views/views.api.php This hook allows to alter the commands which are used on a views ajax request.
hook_views_invalidate_cache core/modules/views/views.api.php Allow modules to respond to the Views cache being invalidated.
views_update_1004 core/modules/views/views.install Replace the frontpage view with promoted.
views_update_1006 core/modules/views/views.install Remove headers field from cache tables.
views_install core/modules/views/views.install Implements hook_install().
views_schema core/modules/views/views.install Implements hook_schema().
views_update_1000 core/modules/views/views.install Convert default views to configuration files.
views_update_1001 core/modules/views/views.install Convert available database views to configuration files.
views_update_1002 core/modules/views/views.install Drop Views tables that were converted to configuration files.
views_update_1003 core/modules/views/views.install Update Views variables to use configuration files.
views_update_1005 core/modules/views/views.install Set all grid style Views to use the deprecated table if not set already.
views_update_1007 core/modules/views/views.install Remove obsolete variable from config.
views_api_version core/modules/views/views.module Advertise the current views api version
views_forms core/modules/views/views.module Implements hook_forms().
views_form_id core/modules/views/views.module Returns a form ID for a Views form using the name and display of the View.
views_api_minimum_version core/modules/views/views.module Views will not load plugins advertising a version older than this.
views_theme core/modules/views/views.module Implement hook_theme(). Register views theme functions.
_views_find_module_templates core/modules/views/views.module Scans a directory of a module for template files.
views_plugin_list core/modules/views/views.module Returns a list of plugins and metadata about them.
views_preprocess_node core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_comment core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_permission core/modules/views/views.module Implement hook_permission().
views_menu core/modules/views/views.module Implement hook_menu().
views_menu_alter core/modules/views/views.module Implement hook_menu_alter().
views_arg_load core/modules/views/views.module Helper function for menu loading. This will automatically be called in order to 'load' a views argument; primarily it will be used to perform validation.
views_page core/modules/views/views.module Page callback: Displays a page view, given a name and display id.
views_preprocess_layout core/modules/views/views.module Implements hook_preprocess_layout().
views_block_info core/modules/views/views.module Implement hook_block_info().

Pages