VocabularyInterface.php

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

Namespace

Drupal\taxonomy

File

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

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

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a taxonomy vocabulary entity.
 */
interface VocabularyInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
VocabularyInterface Provides an interface defining a taxonomy vocabulary entity.