You are here

public function PhpStorageInterface::listAll in Drupal 9

Same name and namespace in other branches
  1. 8 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\PhpStorage

Code

public function listAll();