W3cubDocs

/Drupal 8

public function DiscoverableInterface::findAll

public DiscoverableInterface::findAll()

Returns an array of discoverable items.

Return value

array An array of discovered data keyed by provider.

Throws

\Drupal\Component\Discovery\DiscoveryException Exception thrown if there is a problem during discovery.

File

core/lib/Drupal/Component/Discovery/DiscoverableInterface.php, line 19

Class

DiscoverableInterface
Interface for classes providing a type of discovery.

Namespace

Drupal\Component\Discovery

Code

public function findAll();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Discovery!DiscoverableInterface.php/function/DiscoverableInterface::findAll/8.1.x