You are here

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

Expanded class hierarchy of ConfigDistroFilterInterface

All classes that implement ConfigDistroFilterInterface

File

src/Plugin/ConfigDistroFilterInterface.php, line 15

Namespace

Drupal\config_distro\Plugin
View source
interface ConfigDistroFilterInterface extends ConfigFilterInterface {

}

Members