public function DiscoverableInterface::findAll in Plug 7
Returns an array of discoverable items.
Return value
array An array of discovered data keyed by provider.
1 method overrides DiscoverableInterface::findAll()
- YamlDiscovery::findAll in lib/
Drupal/ Component/ Discovery/ YamlDiscovery.php - Returns an array of discoverable items.
File
- lib/
Drupal/ Component/ Discovery/ DiscoverableInterface.php, line 21 - Contains \Drupal\Component\Discovery\DiscoverableInterface.
Class
- DiscoverableInterface
- Interface for classes providing a type of discovery.
Namespace
Drupal\Component\DiscoveryCode
public function findAll();