interface ConfigDistroFilterInterface in Config Distro 8
Defines an interface for Config Distro filter plugin plugins.
We might add additional methods to the filter in order to improve the UI or allow for a specialised workflow that is outside the scope of the original config filter plugin spec. Use the associated base class for backwards compatibility.
Hierarchy
- interface \Drupal\config_distro\Plugin\ConfigDistroFilterInterface extends \Drupal\config_filter\Plugin\ConfigFilterInterface
Expanded class hierarchy of ConfigDistroFilterInterface
All classes that implement ConfigDistroFilterInterface
File
- src/
Plugin/ ConfigDistroFilterInterface.php, line 15
Namespace
Drupal\config_distro\PluginView source
interface ConfigDistroFilterInterface extends ConfigFilterInterface {
}