TermInterface.php

Contains \Drupal\taxonomy\Plugin\Core\Entity\TermInterface.

Namespace

Drupal\taxonomy

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\taxonomy\Plugin\Core\Entity\TermInterface.
 */
namespace Drupal\taxonomy;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining a taxonomy term entity.
 */
interface TermInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
TermInterface Provides an interface defining a taxonomy term entity.