interface ConfigFilterInterface in Config Filter 8.2
Same name and namespace in other branches
- 8 src/Plugin/ConfigFilterInterface.php \Drupal\config_filter\Plugin\ConfigFilterInterface
Defines an interface for Config filter plugin plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\config_filter\Config\StorageFilterInterface
- interface \Drupal\config_filter\Plugin\ConfigFilterInterface
Expanded class hierarchy of ConfigFilterInterface
All classes that implement ConfigFilterInterface
File
- src/
Plugin/ ConfigFilterInterface.php, line 11
Namespace
Drupal\config_filter\PluginView source
interface ConfigFilterInterface extends PluginInspectionInterface, StorageFilterInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
StorageFilterInterface:: |
public | function | Allows the filter to react on creating a collection on the storage. | |
StorageFilterInterface:: |
public | function | Deletes a configuration object from the storage. | |
StorageFilterInterface:: |
public | function | Deletes configuration objects whose names start with a given prefix. | |
StorageFilterInterface:: |
public | function | Filters whether a configuration object exists. | |
StorageFilterInterface:: |
public | function | Filter getting the existing collections. | |
StorageFilterInterface:: |
public | function | Filter the name of the current collection the storage is using. | |
StorageFilterInterface:: |
public | function | Filters what listAll should return. | |
StorageFilterInterface:: |
public | function | Filters configuration data after it is read from the storage. | |
StorageFilterInterface:: |
public | function | Filters read configuration data from the storage. | |
StorageFilterInterface:: |
public | function | Filters renaming a configuration object in the storage. | |
StorageFilterInterface:: |
public | function | Filter configuration data before it is written to the storage. | |
StorageFilterInterface:: |
public | function | Let the filter decide whether not-writing data should mean delete. | |
StorageFilterInterface:: |
public | function | Sets the wrapped config storage which is using the filter. | |
StorageFilterInterface:: |
public | function | Sets the source config storage on which the operation is performed. |