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 11.x for discovery
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| YamlDiscovery.php | file | core/ |
|
| YamlDiscovery.php | file | core/ |
|
| YamlDiscovery.php | file | core/ |
|
| YamlDiscovery::$directories | property | core/ |
An array of directories to scan, keyed by the provider. |
| YamlDiscovery::$discovery | property | core/ |
YAML file discovery and parsing handler. |
| YamlDiscovery::$name | property | core/ |
The base filename to look for in each directory. |
| YamlDiscovery::$translatableProperties | property | core/ |
Contains an array of translatable properties passed along to t(). |
| YamlDiscovery::addTranslatableProperty | function | core/ |
Set one of the YAML values as being translatable. |
| YamlDiscovery::decode | function | core/ |
Decode a YAML file. |
| YamlDiscovery::decode | function | core/ |
Decode a YAML file. |
| 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/ |
Tests Drupal\Core\Plugin\Discovery\YamlDiscovery. |
| 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/ |
Tests get definitions with translatable definitions. |
| YamlRouteDiscovery | class | core/ |
Reads routing.yml files provided by modules and creates route collections. |
| YamlRouteDiscovery.php | file | core/ |
|
| YamlRouteDiscovery::collectRoutes | function | core/ |
Creates a collection of routes to add to the route builder. |
| YamlRouteDiscovery::getPriority | function | core/ |
Determines the priority of the route build event listener. |
| YamlRouteDiscovery::getRouteDefinitions | function | core/ |
Retrieves all defined routes from .routing.yml files. |
| YamlRouteDiscovery::__construct | function | core/ |
Pagination
- Previous page
- Page 16
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.