| ViewExecutableFactory::$requestStack |
property |
core/modules/views/src/ViewExecutableFactory.php |
The request stack. |
| ViewExecutableFactory::$routeProvider |
property |
core/modules/views/src/ViewExecutableFactory.php |
The route provider. |
| ViewExecutableFactory::$user |
property |
core/modules/views/src/ViewExecutableFactory.php |
Stores the current user. |
| ViewExecutableFactory::$viewsData |
property |
core/modules/views/src/ViewExecutableFactory.php |
The views data. |
| ViewExecutableFactory::get |
function |
core/modules/views/src/ViewExecutableFactory.php |
Instantiates a ViewExecutable class. |
| ViewExecutableFactory::__construct |
function |
core/modules/views/src/ViewExecutableFactory.php |
Constructs a new ViewExecutableFactory. |
| ViewExecutableFactoryTest |
class |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
Tests Drupal\views\ViewExecutableFactory. |
| ViewExecutableFactoryTest.php |
file |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
|
| ViewExecutableFactoryTest::$displayPluginManager |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The display plugin manager. |
| ViewExecutableFactoryTest::$requestStack |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The mock request stack object. |
| ViewExecutableFactoryTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The mocked route provider. |
| ViewExecutableFactoryTest::$user |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The mock user object. |
| ViewExecutableFactoryTest::$view |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The mock view entity. |
| ViewExecutableFactoryTest::$viewExecutableFactory |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The ViewExecutableFactory class under test. |
| ViewExecutableFactoryTest::$viewsData |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The mocked views data. |
| ViewExecutableFactoryTest::setUp |
function |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
|
| ViewExecutableFactoryTest::testGet |
function |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
Tests the get method. |
| ViewExecutableFactoryTest::testGetNoRequest |
function |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
Tests the get method when current request is null. |
| ViewExecutableTest |
class |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests Drupal\views\ViewExecutable. |
| ViewExecutableTest |
class |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests the ViewExecutable class. |
| ViewExecutableTest.php |
file |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
|
| ViewExecutableTest.php |
file |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
|
| ViewExecutableTest::$configProperties |
property |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Properties that should be stored in the configuration. |
| ViewExecutableTest::$displayHandler |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked display router handler. |
| ViewExecutableTest::$displayHandlers |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
A mocked display collection. |
| ViewExecutableTest::$displayPluginManager |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The display plugin manager. |
| ViewExecutableTest::$executable |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The tested view executable. |
| ViewExecutableTest::$executableProperties |
property |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Properties that should be stored in the executable. |
| ViewExecutableTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Modules to install. |
| ViewExecutableTest::$noneCache |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked none cache plugin. |
| ViewExecutableTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked route provider. |
| ViewExecutableTest::$successCache |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked cache plugin that returns a successful result. |
| ViewExecutableTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Views used by this test. |
| ViewExecutableTest::$user |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked user. |
| ViewExecutableTest::$view |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked view entity. |
| ViewExecutableTest::$viewExecutableFactory |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked view executable. |
| ViewExecutableTest::$viewsData |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked views data. |
| ViewExecutableTest::ACCESS_GRANTED |
constant |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Indicates that user has access to the display. |
| ViewExecutableTest::ACCESS_REVOKED |
constant |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Indicates that user has no access to the display. |
| ViewExecutableTest::addHandlerProvider |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Data provider for testAddHandlerWithEntityField and testAddHandler. |
| ViewExecutableTest::assertViewDestroy |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Asserts that expected view properties have been unset by destroy(). |
| ViewExecutableTest::DISPLAY_DISABLED |
constant |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Indicates that a display is disabled. |
| ViewExecutableTest::DISPLAY_ENABLED |
constant |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Indicates that a display is enabled. |
| ViewExecutableTest::getProtectedProperty |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Returns a protected property from a class instance. |
| ViewExecutableTest::providerAttachDisplays |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Provider for testAttachDisplays(). |
| ViewExecutableTest::providerExecuteReturn |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Provider for testExecuteReturn(). |
| ViewExecutableTest::setUp |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
|
| ViewExecutableTest::setupBaseViewAndDisplay |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Setups a view executable and default display. |
| ViewExecutableTest::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Sets up the necessary fixtures for the test environment. |
| ViewExecutableTest::testAddHandler |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests add handler. |