| ViewsListTest::$adminUser |
property |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
A user with permission to administer views. |
| ViewsListTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::$modules |
property |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::setUp |
function |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::testViewsListLimit |
function |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
Tests that the views list does not use a pager. |
| ViewsLocalTask |
class |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
Provides local task definitions for all views configured as local tasks. |
| ViewsLocalTask.php |
file |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
|
| ViewsLocalTask::$routeProvider |
property |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
The route provider. |
| ViewsLocalTask::$state |
property |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
The state key value store. |
| ViewsLocalTask::$viewStorage |
property |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
The view storage. |
| ViewsLocalTask::alterLocalTasks |
function |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
Alters base_route and parent_id into the views local tasks. |
| ViewsLocalTask::create |
function |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
|
| ViewsLocalTask::getApplicableMenuViews |
function |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
Return a list of all views and display IDs that have a menu entry. |
| ViewsLocalTask::getDerivativeDefinitions |
function |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
|
| 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 |
Tests Drupal\views\Plugin\Derivative\ViewsLocalTask. |
| ViewsLocalTaskTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
|
| ViewsLocalTaskTest::$baseDefinition |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The base definition for the test plugin. |
| 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 |
The views storage. |
| ViewsLocalTaskTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
|
| ViewsLocalTaskTest::setUpMockRouteProvider |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Reinitializes the route provider as a mock object. |
| ViewsLocalTaskTest::setUpMockState |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Reinitializes the state as a mock object. |
| 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. |
| ViewsLoggerTestTrait |
trait |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
Provides helper functions for logging in views. |
| ViewsLoggerTestTrait.php |
file |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
|
| ViewsLoggerTestTrait::setUpMockLoggerWithMissingEntity |
function |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
Sets up a mock logger for when views can't load an entity. |
| ViewsMenuLink |
class |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Defines menu links provided by views. |
| ViewsMenuLink |
class |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
Provides menu links for Views. |
| ViewsMenuLink.php |
file |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
| ViewsMenuLink.php |
file |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
|
| ViewsMenuLink::$entityTypeManager |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The entity type manager. |
| ViewsMenuLink::$overrideAllowed |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
| ViewsMenuLink::$view |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The view executable of the menu link. |
| ViewsMenuLink::$viewExecutableFactory |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The view executable factory. |
| ViewsMenuLink::$viewStorage |
property |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
The view storage. |
| ViewsMenuLink::create |
function |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
|
| ViewsMenuLink::deleteLink |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
| ViewsMenuLink::getDerivativeDefinitions |
function |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
|
| ViewsMenuLink::getDescription |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
| ViewsMenuLink::getTitle |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
| ViewsMenuLink::isDeletable |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|