abstract public function StorableConfigBase::delete in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::delete()
- 9 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
1 method overrides StorableConfigBase::delete()
- LanguageConfigOverride::delete in core/
modules/ language/ src/ Config/ LanguageConfigOverride.php - Deletes the configuration object.
File
- core/
lib/ Drupal/ Core/ Config/ StorableConfigBase.php, line 86
Class
- StorableConfigBase
- Provides a base class for configuration objects with storage support.
Namespace
Drupal\Core\ConfigCode
public abstract function delete();