You are here

FilterConditionInterface.php in Tooltip Taxonomy 8

File

src/Entity/FilterConditionInterface.php
View 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

Namesort descending Description
FilterConditionInterface Provides an interface defining an filter condition entity.