You are here

interface DiscoverableInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Discovery/DiscoverableInterface.php \Drupal\Component\Discovery\DiscoverableInterface

Interface for classes providing a type of discovery.

Hierarchy

Expanded class hierarchy of DiscoverableInterface

All classes that implement DiscoverableInterface

File

core/lib/Drupal/Component/Discovery/DiscoverableInterface.php, line 13
Contains \Drupal\Component\Discovery\DiscoverableInterface.

Namespace

Drupal\Component\Discovery
View source
interface DiscoverableInterface {

  /**
   * Returns an array of discoverable items.
   *
   * @return array
   *   An array of discovered data keyed by provider.
   */
  public function findAll();

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoverableInterface::findAll public function Returns an array of discoverable items. 1