Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Search 11.x for alt
  6. Other projects
Title Object type File name Summary
ViewsLocalTaskTest::setUpMockViewStorage function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Reinitializes the view storage as a mock object.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithDefaultLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithExistingLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a local task and a parent.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on no view with hook menu.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with without a local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view which overrides an existing route.
ViewsMultilingualTest class core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php Tests search integration filters with multilingual nodes.
ViewsMultilingualTest.php file core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
ViewsMultilingualTest::$defaultTheme property core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
ViewsMultilingualTest::$modules property core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
ViewsMultilingualTest::$testViews property core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php Views used by this test.
ViewsMultilingualTest::testMultilingualSearchFilter function core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php Tests search with multilingual nodes.
ViewsOperations::alterQueryForEntityType function core/modules/workspaces/src/Hook/ViewsOperations.php Alters the entity type tables for a Views query.
ViewsOperations::viewsQueryAlter function core/modules/workspaces/src/Hook/ViewsOperations.php Implements hook_views_query_alter().
ViewsPluginInterface::getAvailableGlobalTokens function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns an array of available token replacements.
ViewsPluginInterface::globalTokenForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Adds elements for available core tokens to a form.
ViewsPluginInterface::globalTokenReplace function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns a string with any core tokens replaced.
ViewsTemplateTest::testThemeSuggestionsContainerAlter function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Tests theme suggestions container alter.
ViewsTestCheckboxesThemeHooks::formViewsExposedFormAlter function core/modules/views/tests/themes/views_test_checkboxes_theme/src/Hook/ViewsTestCheckboxesThemeHooks.php Implements hook_form_FORM_ID_alter().
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().
ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsTestDataViewsExecutionHooks::fieldViewsDataAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_field_views_data_alter().
ViewsTestDataViewsExecutionHooks::viewsQueryAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_query_alter().
ViewsTestDataViewsHooks::viewsDataAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php Implements hook_views_data_alter().
ViewsTestEntityReferenceHooks::viewsDataAlter function core/modules/views/tests/modules/views_test_entity_reference/src/Hook/ViewsTestEntityReferenceHooks.php Implements hook_views_data_alter().
ViewsTestQueryAccessHooks::queryBlockContentAccessAlter function core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Implements hook_query_TAG_alter() for the 'block_content_access' query tag.
ViewsTestQueryAccessHooks::queryMediaAccessAlter function core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Implements hook_query_TAG_alter() for the 'media_access' query tag.
ViewsUiHooks::contextualLinksViewAlter function core/modules/views_ui/src/Hook/ViewsUiHooks.php Implements hook_contextual_links_view_alter().
ViewsUiHooks::viewsPluginsDisplayAlter function core/modules/views_ui/src/Hook/ViewsUiHooks.php Implements hook_views_plugins_display_alter().
ViewsUiTestFieldHooks::formViewsUiAddHandlerFormAlter function core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldHooks.php Implements hook_form_FORM_ID_alter() for views_ui_add_handler_form.
ViewsUiTestHooks::formViewsUiConfigItemExtraFormAlter function core/modules/views_ui/tests/modules/views_ui_test/src/Hook/ViewsUiTestHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsUiTestHooks::viewsPreviewInfoAlter function core/modules/views_ui/tests/modules/views_ui_test/src/Hook/ViewsUiTestHooks.php Implements hook_views_preview_info_alter().
ViewsUiTestThemeHooks::viewsUiDisplayTabAlter function core/modules/views_ui/tests/themes/views_ui_test_theme/src/Hook/ViewsUiTestThemeHooks.php Implements hook_views_ui_display_tab_alter().
ViewsUiTestThemeHooks::viewsUiDisplayTopAlter function core/modules/views_ui/tests/themes/views_ui_test_theme/src/Hook/ViewsUiTestThemeHooks.php Implements hook_views_ui_display_top_alter().
views_test_checkboxes_theme_form_views_exposed_form_alter function core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme Changes an exposed "type" filter from a multi-select to checkboxes.
views_ui_test_theme_views_ui_display_tab_alter function core/modules/views_ui/tests/themes/views_ui_test_theme/views_ui_test_theme.theme Implements hook_views_ui_display_tab_alter().
views_ui_test_theme_views_ui_display_top_alter function core/modules/views_ui/tests/themes/views_ui_test_theme/views_ui_test_theme.theme Implements hook_views_ui_display_top_alter().
WidgetPluginManagerTest::testWidgetDefinitionAlter function core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php Tests that the widget definitions alter hook works.
WizardPluginBase::alterDisplayOptions function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Alters the full array of display options before they are added to the view.
WorkflowTypeTestHooks::workflowTypeInfoAlter function core/modules/workflows/tests/modules/workflow_type_test/src/Hook/WorkflowTypeTestHooks.php Implements hook_workflow_type_info_alter().
WorkspacesServiceProvider::alter function core/modules/workspaces/src/WorkspacesServiceProvider.php
WorkspacesTestHooks::entityTypeAlter function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_type_alter().
WorkspacesUiHooks::entityTypeAlter function core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php Implements hook_entity_type_alter().
WorkspaceViewsIntegrationTest::testViewsQueryAlter function core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Tests workspace query alter for views.

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