1 config.inc | public ConfigStorageInterface::delete($name) |
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.
File
- core/
includes/ config.inc, line 1143 - This is the API for configuration storage.
Class
- ConfigStorageInterface
- Defines an interface for configuration storage controllers.
Code
public function delete($name);