function PhpStorageInterface::listAll
Same name in other branches
- 8.9.x core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::listAll()
- 10 core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::listAll()
- 11.x core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::listAll()
Lists all the files in the storage.
Return value
array Array of filenames.
2 methods override PhpStorageInterface::listAll()
- FileReadOnlyStorage::listAll in core/
lib/ Drupal/ Component/ PhpStorage/ FileReadOnlyStorage.php - Lists all the files in the storage.
- FileStorage::listAll in core/
lib/ Drupal/ Component/ PhpStorage/ FileStorage.php - Lists all the files in the storage.
File
-
core/
lib/ Drupal/ Component/ PhpStorage/ PhpStorageInterface.php, line 95
Class
- PhpStorageInterface
- Stores and loads PHP code.
Namespace
Drupal\Component\PhpStorageCode
public function listAll();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.