Search for discovery
- Search 7.x for discovery
- Search 9.5.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 |
|---|---|---|---|
| LocalTaskManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| LocalTaskManagerTest::$pluginDiscovery | property | core/ |
The mocked plugin discovery. |
| MailManagerTest::$discovery | property | core/ |
The plugin discovery. |
| MenuLinkContent::requiresRediscovery | function | core/ |
Returns whether the menu link requires rediscovery. |
| MenuLinkContent::setRequiresRediscovery | function | core/ |
Flags a link as requiring rediscovery. |
| MenuLinkContentInterface::requiresRediscovery | function | core/ |
Returns whether the menu link requires rediscovery. |
| MenuLinkContentInterface::setRequiresRediscovery | function | core/ |
Flags a link as requiring rediscovery. |
| MenuLinkManager::$discovery | property | core/ |
The object that discovers plugins managed by this manager. |
| MenuLinkManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| MigrateSourcePluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| migrate_drupal.field_discovery | service | core/ |
Drupal\migrate_drupal\FieldDiscovery |
| MigrationPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| ModuleExtensionList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
| PermissionHandler::$yamlDiscovery | property | core/ |
The YAML discovery class to find all .permissions.yml files. |
| PermissionHandler::getYamlDiscovery | function | core/ |
Gets the YAML discovery. |
| PluginManagerBase::$discovery | property | core/ |
The object that discovers plugins managed by this manager. |
| PluginManagerBase::getDiscovery | function | core/ |
Gets the plugin discovery. |
| ResolvedLibraryDefinitionsFilesMatchTest::$libraryDiscovery | property | core/ |
The library discovery service. |
| RouteBuilderTest::$yamlDiscovery | property | core/ |
The mocked YAML discovery. |
| SectionStorageManagerTest::$discovery | property | core/ |
The plugin discovery. |
| SettableDiscoveryExtensionListTrait | trait | core/ |
Trait that allows extension discovery to be set. |
| SettableDiscoveryExtensionListTrait::$extensionDiscovery | property | core/ |
The extension discovery for this extension list. |
| SettableDiscoveryExtensionListTrait::getExtensionDiscovery | function | core/ |
|
| SettableDiscoveryExtensionListTrait::setExtensionDiscovery | function | core/ |
Sets the extension discovery. |
| SimpletestTestForm::$testDiscovery | property | core/ |
The test discovery service. |
| StableLibraryOverrideTest::$libraryDiscovery | property | core/ |
The library discovery service. |
| StaticDiscovery | class | core/ |
A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered. |
| 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/ |
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.