Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 8.9.x for executable
- Search 10.3.x for executable
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewExecutable::__construct | function | core/ |
Constructs a new ViewExecutable object. |
| ViewExecutable::__sleep | function | core/ |
Magic method implementation to serialize the view executable. |
| ViewExecutable::__wakeup | function | core/ |
Magic method implementation to unserialize the view executable. |
| ViewExecutableFactory | class | core/ |
Defines the cache backend factory. |
| ViewExecutableFactory.php | file | core/ |
|
| ViewExecutableFactory::$requestStack | property | core/ |
The request stack. |
| ViewExecutableFactory::$routeProvider | property | core/ |
The route provider. |
| ViewExecutableFactory::$user | property | core/ |
Stores the current user. |
| ViewExecutableFactory::$viewsData | property | core/ |
The views data. |
| ViewExecutableFactory::get | function | core/ |
Instantiates a ViewExecutable class. |
| ViewExecutableFactory::__construct | function | core/ |
Constructs a new ViewExecutableFactory. |
| ViewExecutableFactoryTest | class | core/ |
Tests Drupal\views\ViewExecutableFactory. |
| ViewExecutableFactoryTest.php | file | core/ |
|
| ViewExecutableFactoryTest::$displayPluginManager | property | core/ |
The display plugin manager. |
| ViewExecutableFactoryTest::$requestStack | property | core/ |
The mock request stack object. |
| ViewExecutableFactoryTest::$routeProvider | property | core/ |
The mocked route provider. |
| ViewExecutableFactoryTest::$user | property | core/ |
The mock user object. |
| ViewExecutableFactoryTest::$view | property | core/ |
The mock view entity. |
| ViewExecutableFactoryTest::$viewExecutableFactory | property | core/ |
The ViewExecutableFactory class under test. |
| ViewExecutableFactoryTest::$viewsData | property | core/ |
The mocked views data. |
| ViewExecutableFactoryTest::setUp | function | core/ |
|
| ViewExecutableFactoryTest::testGet | function | core/ |
Tests the get method. |
| ViewExecutableTest | class | core/ |
Tests Drupal\views\ViewExecutable. |
| ViewExecutableTest | class | core/ |
Tests the ViewExecutable class. |
| ViewExecutableTest.php | file | core/ |
|
| ViewExecutableTest.php | file | core/ |
|
| ViewExecutableTest::$configProperties | property | core/ |
Properties that should be stored in the configuration. |
| ViewExecutableTest::$displayHandler | property | core/ |
The mocked display router handler. |
| ViewExecutableTest::$displayHandlers | property | core/ |
A mocked display collection. |
| ViewExecutableTest::$displayPluginManager | property | core/ |
The display plugin manager. |
| ViewExecutableTest::$executable | property | core/ |
The tested view executable. |
| ViewExecutableTest::$executableProperties | property | core/ |
Properties that should be stored in the executable. |
| ViewExecutableTest::$modules | property | core/ |
Modules to install. |
| ViewExecutableTest::$noneCache | property | core/ |
The mocked none cache plugin. |
| ViewExecutableTest::$routeProvider | property | core/ |
The mocked route provider. |
| ViewExecutableTest::$successCache | property | core/ |
The mocked cache plugin that returns a successful result. |
| ViewExecutableTest::$testViews | property | core/ |
Views used by this test. |
| ViewExecutableTest::$user | property | core/ |
The mocked user. |
| ViewExecutableTest::$view | property | core/ |
The mocked view entity. |
| ViewExecutableTest::$viewExecutableFactory | property | core/ |
The mocked view executable. |
| ViewExecutableTest::$viewsData | property | core/ |
The mocked views data. |
| ViewExecutableTest::ACCESS_GRANTED | constant | core/ |
Indicates that user has access to the display. |
| ViewExecutableTest::ACCESS_REVOKED | constant | core/ |
Indicates that user has no access to the display. |
| ViewExecutableTest::addHandlerProvider | function | core/ |
Data provider for testAddHandlerWithEntityField and testAddHandler. |
| ViewExecutableTest::assertViewDestroy | function | core/ |
Asserts that expected view properties have been unset by destroy(). |
| ViewExecutableTest::DISPLAY_DISABLED | constant | core/ |
Indicates that a display is disabled. |
| ViewExecutableTest::DISPLAY_ENABLED | constant | core/ |
Indicates that a display is enabled. |
| ViewExecutableTest::getProtectedProperty | function | core/ |
Returns a protected property from a class instance. |
| ViewExecutableTest::providerAttachDisplays | function | core/ |
Provider for testAttachDisplays(). |
| ViewExecutableTest::providerExecuteReturn | function | core/ |
Provider for testExecuteReturn(). |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.