Name Locationsort ascending Description
views_query_views_alter core/modules/views/views.module Implements hook_query_TAG_alter().
_views_query_tag_alter_condition core/modules/views/views.module Replaces the substitutions recursive foreach condition.
views_embed_view core/modules/views/views.module Embed a view using a PHP snippet.
views_get_view_result core/modules/views/views.module Get the result of a view.
views_process_check_options core/modules/views/views.module #process callback to see if we need to check_plain() the options.
views_object_types core/modules/views/views.module Provide a list of views object types used in a view.
views_views_api core/modules/views/views.module Implements hook_views_api().
views_config_info core/modules/views/views.module Implements hook_config_info().
views_autoload_info core/modules/views/views.module Implements hook_autoload_info().
views_module_implements_alter core/modules/views/views.module Implements hook_module_implements_alter().
_views_tokenized_clean_css_identifier core/modules/views/views.module Cleans a CSS identifier, taking into account views tokenization.
views_get_localization_plugin core/modules/views/views.module Load the current enabled localization plugin.
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.
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.
ViewsViewTest::testDestroy core/modules/views/tests/views_view.test Tests the deconstructor to be sure that every kind of heavy objects are removed.
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
ViewsUpgradeTestCase::viewsData core/modules/views/tests/views_upgrade.test The views data definition.
ViewsUpgradeTestCase::debugField core/modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::testMovedTo core/modules/views/tests/views_upgrade.test Tests the moved to parameter in general.

Pages