interface ExtendedDiscoveryInterface

Same name and namespace in other branches
  1. 11.x 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
ExtendedDiscoveryInterface::otherMethod public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.