You are here

namespace Drupal\Component\PhpStorage in Service Container 7.2

Same name in other branches
  1. 7 Drupal\Component\PhpStorage
Classsort descending Location Description
FileReadOnlyStorage lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them.
FileStorage lib/Drupal/Component/PhpStorage/FileStorage.php Stores the code as regular PHP files.
MTimeProtectedFastFileStorage lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFileStorage lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Stores PHP code in files with securely hashed names.
PhpStorageInterface lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Stores and loads PHP code.