public PhpStorageInterface::listAll()
Lists all the files in the storage.
Return value
array Array of filenames.
File
- core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php, line 95
Class
- PhpStorageInterface
- Stores and loads PHP code.
Namespace
Drupal\Component\PhpStorage
Code
1 | public function listAll(); |
Please login to continue.