public function DiscoverableInterface::findAll in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Discovery/DiscoverableInterface.php \Drupal\Component\Discovery\DiscoverableInterface::findAll()
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 core/
lib/ Drupal/ Component/ Discovery/ YamlDiscovery.php - Returns an array of discoverable items.
File
- core/
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();