public function StorageInterface::delete

Deletes a configuration object from the storage.

Parameters

string $name: The name of a configuration object to delete.

Return value

bool TRUE on success, FALSE otherwise.

4 methods override StorageInterface::delete()

File

drupal/core/lib/Drupal/Core/Config/StorageInterface.php, line 63
Definition of Drupal\Core\Config\StorageInterface.

Class

StorageInterface
Defines an interface for configuration storage controllers.

Namespace

Drupal\Core\Config

Code

public function delete($name);