You are here

CustomFilterInterface.php in Custom filter 8

Same filename and directory in other branches
  1. 2.0.x src/CustomFilterInterface.php

File

src/CustomFilterInterface.php
View source
<?php

namespace Drupal\customfilter;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a customfilter entity.
 */
interface CustomFilterInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
CustomFilterInterface Provides an interface defining a customfilter entity.