abstract public function StorableConfigBase::delete in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::delete()
- 10 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::delete()
Deletes the configuration object.
Must invalidate the cache tags associated with the configuration object.
Return value
$this
2 methods override StorableConfigBase::delete()
- Config::delete in core/
lib/ Drupal/ Core/ Config/ Config.php - Deletes the configuration object.
- LanguageConfigOverride::delete in core/
modules/ language/ src/ Config/ LanguageConfigOverride.php - Deletes the configuration object.
File
- core/
lib/ Drupal/ Core/ Config/ StorableConfigBase.php, line 85
Class
- StorableConfigBase
- Provides a base class for configuration objects with storage support.
Namespace
Drupal\Core\ConfigCode
public abstract function delete();