StorageInterface::delete
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::delete($name)

2025-01-10 15:47:30
StorageInterface::listAll
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::listAll($prefix = '')

2025-01-10 15:47:30
StorageInterface::createCollection
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::createCollection($collection)

2025-01-10 15:47:30
StorageInterface::rename
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::rename($name, $new_name)

2025-01-10 15:47:30
StorageInterface
  • References/PHP/Drupal/Config/StorageInterface

Defines an interface for configuration storage. Classes implementing this interface allow reading and writing configuration data from and to

2025-01-10 15:47:30
StorageInterface::readMultiple
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::readMultiple(array $names)

2025-01-10 15:47:30
StorageInterface::exists
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::exists($name)

2025-01-10 15:47:30
StorageInterface::getCollectionName
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::getCollectionName()

2025-01-10 15:47:30
StorageInterface::write
  • References/PHP/Drupal/Config/StorageInterface

public StorageInterface::write($name, array $data)

2025-01-10 15:47:30
StorageInterface::DEFAULT_COLLECTION
  • References/PHP/Drupal/Config/StorageInterface

The default collection name. File core/lib/Drupal/Core/Config/StorageInterface.php, line 16

2025-01-10 15:47:30