Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
ViewsHooks::localTasksAlter | function | core/ |
Implements hook_local_tasks_alter(). |
ViewsHooks::queryViewsAlter | function | core/ |
Implements hook_query_TAG_alter(). |
ViewsHooks::themeSuggestionsCommentAlter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter(). |
ViewsHooks::themeSuggestionsContainerAlter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter(). |
ViewsHooks::themeSuggestionsNodeAlter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter(). |
ViewsLocalTask | class | core/ |
Provides local task definitions for all views configured as local tasks. |
ViewsLocalTask.php | file | core/ |
|
ViewsLocalTask::$routeProvider | property | core/ |
The route provider. |
ViewsLocalTask::$state | property | core/ |
The state key value store. |
ViewsLocalTask::$viewStorage | property | core/ |
The view storage. |
ViewsLocalTask::alterLocalTasks | function | core/ |
Alters base_route and parent_id into the views local tasks. |
ViewsLocalTask::create | function | core/ |
Creates a new class instance. |
ViewsLocalTask::getApplicableMenuViews | function | core/ |
Return a list of all views and display IDs that have a menu entry. |
ViewsLocalTask::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
ViewsLocalTask::__construct | function | core/ |
Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance. |
ViewsLocalTaskTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\Derivative\ViewsLocalTask @group views |
ViewsLocalTaskTest.php | file | core/ |
|
ViewsLocalTaskTest::$baseDefinition | property | core/ |
|
ViewsLocalTaskTest::$localTaskDerivative | property | core/ |
The tested local task derivative class. |
ViewsLocalTaskTest::$routeProvider | property | core/ |
The mocked route provider. |
ViewsLocalTaskTest::$state | property | core/ |
The mocked key value storage. |
ViewsLocalTaskTest::$viewStorage | property | core/ |
|
ViewsLocalTaskTest::setUp | function | core/ |
|
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithDefaultLocalTask | function | core/ |
Tests fetching the derivatives on a view with a default local task. |
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithExistingLocalTask | function | core/ |
Tests fetching the derivatives on a view with a local task and a parent. |
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithLocalTask | function | core/ |
Tests fetching the derivatives on a view with a default local task. |
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews | function | core/ |
Tests fetching the derivatives on no view with hook menu. |
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutLocalTask | function | core/ |
Tests fetching the derivatives on a view with without a local task. |
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute | function | core/ |
Tests fetching the derivatives on a view which overrides an existing route. |
ViewsPluginInterface::getAvailableGlobalTokens | function | core/ |
Returns an array of available token replacements. |
ViewsPluginInterface::globalTokenForm | function | core/ |
Adds elements for available core tokens to a form. |
ViewsPluginInterface::globalTokenReplace | function | core/ |
Returns a string with any core tokens replaced. |
ViewsQueryAlter | class | core/ |
Defines a class for altering views queries. |
ViewsQueryAlter.php | file | core/ |
|
ViewsQueryAlter::$adjustedTables | property | core/ |
An array of tables adjusted for workspace_association join. |
ViewsQueryAlter::$entityFieldManager | property | core/ |
The entity field manager. |
ViewsQueryAlter::$entityTypeManager | property | core/ |
The entity type manager service. |
ViewsQueryAlter::$languageManager | property | core/ |
The language manager. |
ViewsQueryAlter::$viewsData | property | core/ |
The views data. |
ViewsQueryAlter::$viewsJoinPluginManager | property | core/ |
A plugin manager which handles instances of views join plugins. |
ViewsQueryAlter::$workspaceInfo | property | core/ |
The workspace information service. |
ViewsQueryAlter::$workspaceManager | property | core/ |
The workspace manager service. |
ViewsQueryAlter::alterQuery | function | core/ |
Implements a hook bridge for hook_views_query_alter(). |
ViewsQueryAlter::alterQueryForEntityType | function | core/ |
Alters the entity type tables for a Views query. |
ViewsQueryAlter::create | function | core/ |
Instantiates a new instance of this class. |
ViewsQueryAlter::ensureRevisionTable | function | core/ |
Adds the revision table of an entity type to a query object. |
ViewsQueryAlter::ensureWorkspaceAssociationTable | function | core/ |
Adds the 'workspace_association' table to a views query. |
ViewsQueryAlter::getRevisionTableJoin | function | core/ |
Fetches a join for a revision table using the workspace_association table. |
ViewsQueryAlter::moveEntityTable | function | core/ |
Moves a 'workspace_association' table to appear before the given alias. |
ViewsQueryAlter::__construct | function | core/ |
Constructs a new ViewsQueryAlter instance. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.