File
- drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php, line 26
- Definition of Drupal\taxonomy\Tests\TermFieldMultipleVocabularyTest.
Class
- TermFieldMultipleVocabularyTest
- Tests a taxonomy term reference field that allows multiple vocabularies.
Namespace
Drupal\taxonomy\Tests
Code
public static function getInfo() {
return array(
'name' => 'Multiple vocabulary term reference field',
'description' => 'Tests term reference fields that allow multiple vocabularies.',
'group' => 'Taxonomy',
);
}