Contains \Drupal\taxonomy\Plugin\Core\Entity\VocabularyInterface.
<?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 { }