ConfigDistroFilterInterface.php in Config Distro 8
Namespace
Drupal\config_distro\PluginFile
src/Plugin/ConfigDistroFilterInterface.phpView source
<?php
namespace Drupal\config_distro\Plugin;
use Drupal\config_filter\Plugin\ConfigFilterInterface;
/**
* 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.
*/
interface ConfigDistroFilterInterface extends ConfigFilterInterface {
}
Interfaces
Name | Description |
---|---|
ConfigDistroFilterInterface | Defines an interface for Config Distro filter plugin plugins. |