Search for alt

  1. Search 7.x for alt
  2. Search 8.9.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
ViewsLocalTask::__construct function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.
ViewsLocalTaskTest class core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php @coversDefaultClass \Drupal\views\Plugin\Derivative\ViewsLocalTask
@group views
ViewsLocalTaskTest.php file core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Contains \Drupal\Tests\views\Unit\Plugin\Derivative\ViewsLocalTaskTest.
ViewsLocalTaskTest::$baseDefinition property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::$localTaskDerivative property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The tested local task derivative class.
ViewsLocalTaskTest::$routeProvider property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked route provider.
ViewsLocalTaskTest::$state property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked key value storage.
ViewsLocalTaskTest::$viewStorage property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::setUp function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
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.
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.
ViewsQueryAlter class core/modules/workspaces/src/ViewsQueryAlter.php Defines a class for altering views queries.
ViewsQueryAlter.php file core/modules/workspaces/src/ViewsQueryAlter.php
ViewsQueryAlter::$entityFieldManager property core/modules/workspaces/src/ViewsQueryAlter.php The entity field manager.
ViewsQueryAlter::$entityTypeManager property core/modules/workspaces/src/ViewsQueryAlter.php The entity type manager service.
ViewsQueryAlter::$languageManager property core/modules/workspaces/src/ViewsQueryAlter.php The language manager.
ViewsQueryAlter::$viewsData property core/modules/workspaces/src/ViewsQueryAlter.php The views data.
ViewsQueryAlter::$viewsJoinPluginManager property core/modules/workspaces/src/ViewsQueryAlter.php A plugin manager which handles instances of views join plugins.
ViewsQueryAlter::$workspaceManager property core/modules/workspaces/src/ViewsQueryAlter.php The workspace manager service.
ViewsQueryAlter::alterQuery function core/modules/workspaces/src/ViewsQueryAlter.php Implements a hook bridge for hook_views_query_alter().
ViewsQueryAlter::alterQueryForEntityType function core/modules/workspaces/src/ViewsQueryAlter.php Alters the entity type tables for a Views query.
ViewsQueryAlter::create function core/modules/workspaces/src/ViewsQueryAlter.php Instantiates a new instance of this class.
ViewsQueryAlter::ensureRevisionTable function core/modules/workspaces/src/ViewsQueryAlter.php Adds the revision table of an entity type to a query object.
ViewsQueryAlter::ensureWorkspaceAssociationTable function core/modules/workspaces/src/ViewsQueryAlter.php Adds the 'workspace_association' table to a views query.
ViewsQueryAlter::getRevisionTableJoin function core/modules/workspaces/src/ViewsQueryAlter.php Fetches a join for a revision table using the workspace_association table.
ViewsQueryAlter::moveEntityTable function core/modules/workspaces/src/ViewsQueryAlter.php Moves a 'workspace_association' table to appear before the given alias.
ViewsQueryAlter::__construct function core/modules/workspaces/src/ViewsQueryAlter.php Constructs a new ViewsQueryAlter instance.
ViewsTemplateTest::testThemeSuggestionsContainerAlter function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php @covers views_theme_suggestions_container_alter().
views_form_test_form_views_form_media_media_page_list_alter function core/modules/views/tests/modules/views_form_test/views_form_test.module Implements hook_form_BASE_FORM_ID_alter().
views_form_views_exposed_form_alter function core/modules/views/views.module Implements hook_form_alter() for the exposed form.
views_local_tasks_alter function core/modules/views/views.module Implements hook_local_tasks_alter().
views_query_views_alter function core/modules/views/views.module Implements hook_query_TAG_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_test_classy_subtheme_views_ui_display_tab_alter function core/modules/views_ui/tests/themes/views_test_classy_subtheme/views_test_classy_subtheme.theme Implements hook_views_ui_display_tab_alter().
views_test_classy_subtheme_views_ui_display_top_alter function core/modules/views_ui/tests/themes/views_test_classy_subtheme/views_test_classy_subtheme.theme Implements hook_views_ui_display_top_alter().
views_test_data_field_views_data_alter function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_field_views_data_alter().
views_test_data_form_views_form_test_form_multiple_default_alter function core/modules/views/tests/modules/views_test_data/views_test_data.module Implements hook_form_BASE_FORM_ID_alter().
views_test_data_views_data_alter function core/modules/views/tests/modules/views_test_data/views_test_data.views.inc Implements hook_views_data_alter().
views_test_data_views_query_alter function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_views_query_alter().
views_test_query_access_query_block_content_access_alter function core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module Implements hook_query_TAG_alter() for the 'block_content_access' query tag.
views_test_query_access_query_media_access_alter function core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module Implements hook_query_TAG_alter() for the 'media_access' query tag.
views_theme_suggestions_comment_alter function core/modules/views/views.module Implements hook_theme_suggestions_HOOK_alter().
views_theme_suggestions_container_alter function core/modules/views/views.module Implements hook_theme_suggestions_HOOK_alter().

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