Search for hook_

  1. Search 7.x for hook_
  2. Search 9.5.x for hook_
  3. Search 8.9.x for hook_
  4. Search 10.3.x for hook_
  5. Search main for hook_
  6. Other projects
Title Object type File name Summary
ViewsHooksTest::$hooks property core/modules/views/tests/src/Kernel/ViewsHooksTest.php An array of available views hooks to test.
ViewsHooksTest::$moduleHandler property core/modules/views/tests/src/Kernel/ViewsHooksTest.php The module handler to use for invoking hooks.
ViewsHooksTest::$testViews property core/modules/views/tests/src/Kernel/ViewsHooksTest.php Views used by this test.
ViewsHooksTest::$viewStorage property core/modules/views/tests/src/Kernel/ViewsHooksTest.php The view storage.
ViewsHooksTest::setUp function core/modules/views/tests/src/Kernel/ViewsHooksTest.php
ViewsHooksTest::testHooks function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Tests the hooks.
ViewsHooksTest::testViewsFormMainFormPreRender function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Tests how hook_views_form_substitutions() makes substitutions.
ViewsHooksTest::testViewsInvalidateCacheOnDelete function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Test that hook_views_invalidate_cache() is called when a view is deleted.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on no view with hook menu.
ViewsTestConfigHooks class core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Hook implementations for views_test_config.
ViewsTestConfigHooks.php file core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php
ViewsTestConfigHooks::disableBrokenHandler function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Helper method to remove broken handler.
ViewsTestConfigHooks::viewLoad function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_ENTITY_TYPE_load().
ViewsTestConfigHooks::viewsPluginsAreaAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_area_alter().
ViewsTestConfigHooks::viewsPluginsArgumentAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_argument_alter().
ViewsTestConfigHooks::viewsPluginsFieldAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_field_alter().
ViewsTestConfigHooks::viewsPluginsFilterAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_filter_alter().
ViewsTestConfigHooks::viewsPluginsRelationshipAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_relationship_alter().
ViewsTestConfigHooks::viewsPluginsSortAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_sort_alter().
ViewsTestConfigHooks::viewsPostRender function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_post_render().
ViewsTestConfigUpdaterHooks class core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php Hooks for the views_test_config_updater module.
ViewsTestConfigUpdaterHooks.php file core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php
ViewsTestConfigUpdaterHooks::viewPresave function core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php Implements hook_ENTITY_TYPE_presave().
ViewsTestConfigUpdaterHooks::__construct function core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php
ViewsTestDataHooks class core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Hook implementations for views_test_data.
ViewsTestDataHooks.php file core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php
ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsTestDataHooks::viewUpdate function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_ENTITY_TYPE_update() for the 'view' entity type.
ViewsTestDataThemeHooks class core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Hook implementations for views_test_data.
ViewsTestDataThemeHooks.php file core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php
ViewsTestDataThemeHooks::preprocessViewsViewMappingTest function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Prepares variables for the mapping row style test templates.
ViewsTestDataThemeHooks::preprocessViewsViewTable function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Implements hook_preprocess_HOOK() for views table templates.
ViewsTestDataViewsExecutionHooks class core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Hook implementations for views_test_data.
ViewsTestDataViewsExecutionHooks.php file core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php
ViewsTestDataViewsExecutionHooks::fieldViewsData function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_field_views_data().
ViewsTestDataViewsExecutionHooks::fieldViewsDataAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_field_views_data_alter().
ViewsTestDataViewsExecutionHooks::viewsFormSubstitutions function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_form_substitutions().
ViewsTestDataViewsExecutionHooks::viewsPostBuild function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_post_build().
ViewsTestDataViewsExecutionHooks::viewsPostExecute function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_post_execute().
ViewsTestDataViewsExecutionHooks::viewsPostRender function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_post_render().
ViewsTestDataViewsExecutionHooks::viewsPreBuild function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_pre_build().
ViewsTestDataViewsExecutionHooks::viewsPreExecute function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_pre_execute().
ViewsTestDataViewsExecutionHooks::viewsPreRender function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_pre_render().
ViewsTestDataViewsExecutionHooks::viewsPreView function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_pre_view().
ViewsTestDataViewsExecutionHooks::viewsQueryAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_query_alter().
ViewsTestDataViewsExecutionHooks::viewsQuerySubstitutions function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_query_substitutions().
ViewsTestDataViewsHooks class core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php Hook implementations for views_test_data.
ViewsTestDataViewsHooks.php file core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php
ViewsTestDataViewsHooks::viewsAnalyze function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php Implements hook_views_analyze().
ViewsTestDataViewsHooks::viewsData function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php Implements hook_views_data().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.