PhpStorageInterface::listAll

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

public function listAll();
doc_Drupal
2016-10-29 09:33:59
Comments
Leave a Comment

Please login to continue.