interface ExtendedDiscoveryInterface
Same name in other branches
- 10 core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php \Drupal\Tests\Component\Plugin\Discovery\ExtendedDiscoveryInterface
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface
- interface \Drupal\Tests\Component\Plugin\Discovery\ExtendedDiscoveryInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface
Expanded class hierarchy of ExtendedDiscoveryInterface
All classes that implement ExtendedDiscoveryInterface
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Discovery/ AttributeBridgeDecoratorTest.php, line 70
Namespace
Drupal\Tests\Component\Plugin\DiscoveryView source
interface ExtendedDiscoveryInterface extends DiscoveryInterface {
public function otherMethod(string $id) : bool;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. | 2 |
DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. | 1 |
DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. | |
ExtendedDiscoveryInterface::otherMethod | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.