Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LazyContextRepository::getAvailableContexts | function | core/ |
Gets all available contexts for the purposes of configuration. |
| LazyContextRepository::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
| LazyContextRepository::__construct | function | core/ |
Constructs a LazyContextRepository object. |
| LazyContextRepositoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Context\LazyContextRepository[[api-linebreak]] @group context |
| LazyContextRepositoryTest.php | file | core/ |
|
| LazyContextRepositoryTest::$container | property | core/ |
The container. |
| LazyContextRepositoryTest::setUp | function | core/ |
|
| LazyContextRepositoryTest::setupContextAndProvider | function | core/ |
Sets up contexts and context providers. |
| LazyContextRepositoryTest::testGetAvailableContexts | function | core/ |
@covers ::getAvailableContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeContextsSingle | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeStaticCache | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testInvalidContextId | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyPluginCollection | class | core/ |
Defines an object which stores multiple plugin instances to lazy load them. |
| LazyPluginCollection.php | file | core/ |
|
| LazyPluginCollection::$instanceIds | property | core/ |
Stores the IDs of all potential plugin instances. |
| LazyPluginCollection::$pluginInstances | property | core/ |
Stores all instantiated plugins. |
| LazyPluginCollection::addInstanceId | function | core/ |
Adds an instance ID to the available instance IDs. |
| LazyPluginCollection::clear | function | core/ |
Clears all instantiated plugins. |
| LazyPluginCollection::count | function | core/ |
#[\ReturnTypeWillChange] |
| LazyPluginCollection::get | function | core/ |
Gets a plugin instance, initializing it if necessary. |
| LazyPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
| LazyPluginCollection::getInstanceIds | function | core/ |
Gets all instance IDs. |
| LazyPluginCollection::getIterator | function | core/ |
#[\ReturnTypeWillChange] |
| LazyPluginCollection::has | function | core/ |
Determines if a plugin instance exists. |
| LazyPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
| LazyPluginCollection::remove | function | core/ |
Removes an initialized plugin. |
| LazyPluginCollection::removeInstanceId | function | core/ |
Removes an instance ID. |
| LazyPluginCollection::set | function | core/ |
Stores an initialized plugin. |
| LazyPluginCollection::setConfiguration | function | core/ |
Sets the configuration for all plugins in this collection. |
| LazyPluginCollectionTestBase | class | core/ |
Provides a base class for plugin collection tests. |
| LazyPluginCollectionTestBase.php | file | core/ |
|
| LazyPluginCollectionTestBase::$config | property | core/ |
Contains the plugin configuration. |
| LazyPluginCollectionTestBase::$defaultPluginCollection | property | core/ |
The tested plugin collection. |
| LazyPluginCollectionTestBase::$pluginInstances | property | core/ |
Stores all setup plugin instances. |
| LazyPluginCollectionTestBase::$pluginManager | property | core/ |
The mocked plugin manager. |
| LazyPluginCollectionTestBase::getPluginDefinitions | function | core/ |
Returns some example plugin definitions. |
| LazyPluginCollectionTestBase::getPluginMock | function | core/ |
Returns a mocked plugin object. |
| LazyPluginCollectionTestBase::returnPluginMap | function | core/ |
Return callback for createInstance. |
| LazyPluginCollectionTestBase::setUp | function | core/ |
|
| LazyPluginCollectionTestBase::setupPluginCollection | function | core/ |
Sets up the default plugin collection. |
| LazyRouteCollection | class | core/ |
|
| LazyRouteCollection.php | file | core/ |
|
| LazyRouteCollection::$provider | property | core/ |
The route provider for this generator. |
| LazyRouteCollection::all | function | core/ |
Returns all routes in this collection. |
| LazyRouteCollection::count | function | core/ |
Gets the number of Routes in this collection. |
| LazyRouteCollection::get | function | core/ |
Gets a route by name. |
| LazyRouteCollection::getIterator | function | core/ |
|
| LazyRouteCollection::__construct | function | core/ |
Constructs a LazyRouteCollection. |
Pagination
- Previous page
- Page 875
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.