interface 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. | 4 | 
| DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. | 3 | 
| DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. | 1 | 
| ExtendedDiscoveryInterface::otherMethod | public | function | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.