13 methods override StorageInterface::deleteAll()
- AllowListConfigStorage::deleteAll in core/
lib/ Drupal/ Core/ Recipe/ AllowListConfigStorage.php - Deletes configuration objects whose names start with a given prefix.
- CachedStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ CachedStorage.php - Deletes configuration objects whose names start with a given prefix.
- CheckpointStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ Checkpoint/ CheckpointStorage.php - Deletes configuration objects whose names start with a given prefix.
- DatabaseStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ DatabaseStorage.php - Deletes configuration objects whose names start with a given prefix.
- FileStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ FileStorage.php - Deletes configuration objects whose names start with a given prefix.
- ManagedStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ ManagedStorage.php - Deletes configuration objects whose names start with a given prefix.
- MemoryStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ MemoryStorage.php - Deletes configuration objects whose names start with a given prefix.
- NullStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ NullStorage.php - Deletes configuration objects whose names start with a given prefix.
- ReadOnlyStorage::deleteAll in core/
lib/ Drupal/ Core/ Config/ ReadOnlyStorage.php - Deletes configuration objects whose names start with a given prefix.
- RecipeConfigStorageWrapper::deleteAll in core/
lib/ Drupal/ Core/ Recipe/ RecipeConfigStorageWrapper.php - Deletes configuration objects whose names start with a given prefix.
- RecipeExtensionConfigStorage::deleteAll in core/
lib/ Drupal/ Core/ Recipe/ RecipeExtensionConfigStorage.php - Deletes configuration objects whose names start with a given prefix.
- RecipeOverrideConfigStorage::deleteAll in core/
lib/ Drupal/ Core/ Recipe/ RecipeOverrideConfigStorage.php - Deletes configuration objects whose names start with a given prefix.
- StorageReplaceDataWrapper::deleteAll in core/
modules/ config/ src/ StorageReplaceDataWrapper.php - Deletes configuration objects whose names start with a given prefix.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.