Search for discovery
- Search 7.x for discovery
- Search 8.9.x for discovery
- Search 10.3.x for discovery
- Search 11.x for discovery
- Search main for discovery
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SettableDiscoveryExtensionListTrait::setExtensionDiscovery | function | core/ |
Sets the extension discovery. |
| StableLibraryOverrideTest::$libraryDiscovery | property | core/ |
The library discovery service. |
| StableLibraryOverrideTestBase::$libraryDiscovery | property | core/ |
The library discovery service. |
| 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 a \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator object. |
| StaticDiscoveryDecoratorTest | class | core/ |
@group Plugin @coversDefaultClass \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator[[api-linebreak]] |
| 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/ |
@covers ::__call[[api-linebreak]] @dataProvider providerCall |
| StaticDiscoveryDecoratorTest::testGetDefinition | function | core/ |
@covers ::getDefinition[[api-linebreak]] @dataProvider providerGetDefinition |
| StaticDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] @dataProvider providerGetDefinitions |
| StaticDiscoveryTest | class | core/ |
Tests that plugins using static discovery are correctly discovered. |
| StaticDiscoveryTest.php | file | core/ |
|
| StaticDiscoveryTest::setUp | function | core/ |
|
| 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/ |
|
| TestDerivativeDiscoveryWithObject::getDerivativeDefinitions | function | core/ |
|
| TestDiscovery | class | core/ |
Discovers available tests. |
| TestDiscovery.php | file | core/ |
|
| TestDiscovery::$availableExtensions | property | core/ |
Cached list of all available extension names, keyed by extension type. |
| TestDiscovery::$classLoader | property | core/ |
The class loader. |
| TestDiscovery::$root | property | core/ |
The app root. |
| TestDiscovery::$testClasses | property | core/ |
Statically cached list of test classes. |
| TestDiscovery::$testNamespaces | property | core/ |
Cached map of all test namespaces to respective directories. |
| TestDiscovery::findAllClassFiles | function | core/ |
Discovers all class files in all available extensions. |
| TestDiscovery::getExtensions | function | core/ |
Returns all available extensions. |
| TestDiscovery::getPhpunitTestSuite | function | core/ |
Determines the phpunit testsuite for a given classname, based on namespace. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.