Search for discovery
- Search 7.x for discovery
- Search 9.5.x for discovery
- Search 8.9.x for discovery
- Search 10.3.x for discovery
- Search main for discovery
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StaticDiscovery | class | core/ |
Allows plugin definitions to be manually registered. |
| StaticDiscovery.php | file | core/ |
|
| StaticDiscovery::deleteDefinition | function | core/ |
Deletes a plugin definition. |
| StaticDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| StaticDiscovery::setDefinition | function | core/ |
Sets a plugin definition. |
| StaticDiscoveryDecorator | class | core/ |
A decorator that allows manual registration of undiscoverable definitions. |
| StaticDiscoveryDecorator.php | file | core/ |
|
| StaticDiscoveryDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| StaticDiscoveryDecorator::$registerDefinitions | property | core/ |
A callback or closure used for registering additional definitions. |
| StaticDiscoveryDecorator::getDefinition | function | core/ |
|
| StaticDiscoveryDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| StaticDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| StaticDiscoveryDecorator::__construct | function | core/ |
Constructs StaticDiscoveryDecorator object. |
| StaticDiscoveryDecoratorTest | class | core/ |
Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator. |
| StaticDiscoveryDecoratorTest.php | file | core/ |
|
| StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback | function | core/ |
Helper method to provide a mocked callback object with expectations. |
| StaticDiscoveryDecoratorTest::providerCall | function | core/ |
Data provider for testCall(). |
| StaticDiscoveryDecoratorTest::providerGetDefinition | function | core/ |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::providerGetDefinitions | function | core/ |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::testCall | function | core/ |
@legacy-covers ::__call |
| StaticDiscoveryDecoratorTest::testGetDefinition | function | core/ |
Tests get definition. |
| StaticDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
Tests get definitions. |
| StaticDiscoveryDecoratorTestMockInterface | interface | core/ |
Interface used in the mocking process of this test. |
| StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback | function | core/ |
Function used in the mocking process of this test. |
| StaticDiscoveryTest | class | core/ |
Tests that plugins using static discovery are correctly discovered. |
| StaticDiscoveryTest.php | file | core/ |
|
| StaticDiscoveryTest::setUp | function | core/ |
|
| StaticDiscoveryTestDecoratedClass | class | core/ |
A class extending StaticDiscovery for testing purposes. |
| StaticDiscoveryTestDecoratedClass::complexArguments | function | core/ |
|
| StaticDiscoveryTestDecoratedClass::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| StaticDiscoveryTestDecoratedClass::noArguments | function | core/ |
|
| StaticRouteDiscoveryBase | class | core/ |
Provides functionality for a class subscribed to RoutingEvents::STATIC. |
| StaticRouteDiscoveryBase.php | file | core/ |
|
| StaticRouteDiscoveryBase::collectRoutes | function | core/ |
Creates a collection of routes to add to the route builder. |
| StaticRouteDiscoveryBase::createRoute | function | core/ |
Creates a route. |
| StaticRouteDiscoveryBase::getPriority | function | core/ |
Determines the priority of the route build event listener. |
| StaticRouteDiscoveryBase::getSubscribedEvents | function | core/ |
|
| StaticRouteDiscoveryBase::onRouteBuild | function | core/ |
Adds routes to the route builder. |
| StaticRouteDiscoveryBase::resetGlobals | function | core/ |
Gets an array of default values for a route. |
| TestContainerDerivativeDiscovery | class | core/ |
Defines container test derivative discovery. |
| TestContainerDerivativeDiscovery.php | file | core/ |
|
| TestContainerDerivativeDiscovery::create | function | core/ |
Creates a new class instance. |
| TestContainerDerivativeDiscovery::__construct | function | core/ |
Constructs a TestContainerDerivativeDiscovery object. |
| TestDerivativeDiscovery | class | core/ |
Defines test derivative discovery. |
| TestDerivativeDiscovery.php | file | core/ |
|
| TestDerivativeDiscovery::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
| TestDerivativeDiscovery::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| TestDerivativeDiscoveryWithObject | class | core/ |
Defines test derivative discovery using an object. |
| TestDerivativeDiscoveryWithObject.php | file | core/ |
|
| TestDerivativeDiscoveryWithObject::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.