FilterConditionInterface.php in Tooltip Taxonomy 8
Namespace
Drupal\tooltip_taxonomy\EntityFile
src/Entity/FilterConditionInterface.phpView source
<?php
namespace Drupal\tooltip_taxonomy\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* FilterConditionInterface class.
*
* @author Mingsong Hu
*/
/**
* Provides an interface defining an filter condition entity.
*
* @author Mingsong Hu
*/
interface FilterConditionInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
FilterConditionInterface | Provides an interface defining an filter condition entity. |