namespace Drupal\Component\PhpStorage in Drupal 9
Same name in other branches
Class | Location | Description |
---|---|---|
FileReadOnlyStorage |
core/ |
Reads code as regular PHP files, but won't write them. |
FileStorage |
core/ |
Stores the code as regular PHP files. |
MTimeProtectedFastFileStorage |
core/ |
Stores PHP code in files with securely hashed names. |
MTimeProtectedFileStorage |
core/ |
Stores PHP code in files with securely hashed names. |
PhpStorageInterface |
core/ |
Stores and loads PHP code. |