PhpStorageInterface::exists
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::exists($name)

2025-01-10 15:47:30
PhpStorageInterface::garbageCollection
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::garbageCollection()

2025-01-10 15:47:30
PhpStorageInterface::writeable
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::writeable()

2025-01-10 15:47:30
PhpStorageInterface::deleteAll
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::deleteAll()

2025-01-10 15:47:30
PhpStorageInterface
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

Stores and loads PHP code. Each interface function takes $name as a parameter. This is a virtual file name: for example, 'foo.php' or 'some

2025-01-10 15:47:30
PhpStorageInterface::getFullPath
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::getFullPath($name)

2025-01-10 15:47:30
PhpStorageInterface::save
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::save($name, $code)

2025-01-10 15:47:30
PhpStorageInterface::load
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::load($name)

2025-01-10 15:47:30
PhpStorageInterface::delete
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::delete($name)

2025-01-10 15:47:30
PhpStorageInterface::listAll
  • References/PHP/Drupal/PhpStorage/PhpStorageInterface

public PhpStorageInterface::listAll()

2025-01-10 15:47:30