CustomFilterInterface.php in Custom filter 2.0.x
Same filename and directory in other branches
Namespace
Drupal\customfilterFile
src/CustomFilterInterface.phpView source
<?php
namespace Drupal\customfilter;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a customfilter entity.
*/
interface CustomFilterInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
CustomFilterInterface | Provides an interface defining a customfilter entity. |