Search for discovery
- Search 7.x for discovery
- Search 9.5.x for discovery
- Search 8.9.x for discovery
- Search 11.x for discovery
- Search main for discovery
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| YamlDiscovery::findAll | function | core/ |
Returns an array of discoverable items. |
| YamlDiscovery::findFiles | function | core/ |
Returns an array of file paths, keyed by provider. |
| YamlDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| YamlDiscovery::__construct | function | core/ |
Construct a YamlDiscovery object. |
| YamlDiscovery::__construct | function | core/ |
Constructs a YamlDiscovery object. |
| YamlDiscoveryDecorator | class | core/ |
Enables YAML discovery for plugin definitions. |
| YamlDiscoveryDecorator.php | file | core/ |
|
| YamlDiscoveryDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| YamlDiscoveryDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| YamlDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| YamlDiscoveryDecorator::__construct | function | core/ |
Constructs a YamlDiscoveryDecorator object. |
| YamlDiscoveryDecoratorTest | class | core/ |
YamlDiscoveryDecorator unit tests. |
| YamlDiscoveryDecoratorTest.php | file | core/ |
|
| YamlDiscoveryDecoratorTest::$discoveryDecorator | property | core/ |
The YamlDiscovery instance to test. |
| YamlDiscoveryDecoratorTest::$expectedKeys | property | core/ |
Expected provider => key mappings for testing. |
| YamlDiscoveryDecoratorTest::setUp | function | core/ |
|
| YamlDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
Tests the getDefinitions() method. |
| YamlDiscoveryTest | class | core/ |
YamlDiscovery component unit tests. |
| YamlDiscoveryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Discovery\YamlDiscovery[[api-linebreak]] @group Plugin |
| YamlDiscoveryTest | class | core/ |
YamlDiscovery component unit tests. |
| YamlDiscoveryTest.php | file | core/ |
|
| YamlDiscoveryTest.php | file | core/ |
|
| YamlDiscoveryTest.php | file | core/ |
|
| YamlDiscoveryTest::$discovery | property | core/ |
The YamlDiscovery instance to test. |
| YamlDiscoveryTest::$expectedKeys | property | core/ |
Expected provider => key mappings for testing. |
| YamlDiscoveryTest::setUp | function | core/ |
|
| YamlDiscoveryTest::setUp | function | core/ |
|
| YamlDiscoveryTest::setUp | function | core/ |
|
| YamlDiscoveryTest::testDiscovery | function | core/ |
Tests the YAML file discovery. |
| YamlDiscoveryTest::testFilenameForBrokenYml | function | core/ |
Tests if filename is output for a broken YAML file. |
| YamlDiscoveryTest::testForBrokenYml | function | core/ |
Tests if filename is output for a broken YAML file. |
| YamlDiscoveryTest::testGetDefinition | function | core/ |
Tests the getDefinition() method. |
| YamlDiscoveryTest::testGetDefinitions | function | core/ |
Tests the getDefinitions() method. |
| YamlDiscoveryTest::testGetDefinitionsWithTranslatableDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] |
Pagination
- Previous page
- Page 15
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.