interface ExtendedDiscoveryInterface

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php \Drupal\Tests\Component\Plugin\Discovery\ExtendedDiscoveryInterface

Hierarchy

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\Discovery
View 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.