namespace Drupal\Component\PhpStorage
Same name in other branches
Object name | File name | Summary |
---|---|---|
FileReadOnlyStorage | core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php | Reads code as regular PHP files, but won't write them. |
FileStorage | core/lib/Drupal/Component/PhpStorage/FileStorage.php | Stores the code as regular PHP files. |
MTimeProtectedFastFileStorage | core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php | Stores PHP code in files with securely hashed names. |
MTimeProtectedFileStorage | core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php | Stores PHP code in files with securely hashed names. |
PhpStorageInterface | core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php | Stores and loads PHP code. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.