function PhpStorageInterface::listAll

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::listAll()
  2. 8.9.x core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::listAll()
  3. 10 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 88

Class

PhpStorageInterface
Stores and loads PHP code.

Namespace

Drupal\Component\PhpStorage

Code

public function listAll();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.