Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
TaxonomyTestBase.php
»
TaxonomyTestBase
»
TaxonomyTestBase::createVocabulary
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
23 calls to TaxonomyTestBase::createVocabulary()
EfqTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
EfqTest.php
Sets up a Drupal site for running functional and integration tests.
EfqTest::testTaxonomyEfq
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
EfqTest.php
Tests that a basic taxonomy entity query works.
HooksTest::testTaxonomyTermHooks
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
HooksTest.php
Test hooks on CRUD of terms.
LoadMultipleTest::testTaxonomyTermMultipleLoad
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using
taxonomy_term_load_multiple
().
MappingDefinitionTest::testTaxonomyTermRdfaAttributes
in drupal/
core/
modules/
rdf/
lib/
Drupal/
rdf/
Tests/
MappingDefinitionTest.php
Creates a random term and ensures the right RDFa markup is used.
RssTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
RssTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldMultipleVocabularyTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldMultipleVocabularyTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldTest::testTaxonomyTermFieldValidation
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldTest.php
Test term field validation.
TermIndexTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermIndexTest.php
Sets up a Drupal site for running functional and integration tests.
TermLanguageTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
TermTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Sets up a Drupal site for running functional and integration tests.
TermTest::testTaxonomyGetTermByName
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Test
taxonomy_term_load_multiple_by_name
().
TermUnitTest::testTaxonomyVocabularyTree
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermUnitTest.php
Test a taxonomy with terms that have multiple parents of different depths.
TermUnitTest::testTermDelete
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermUnitTest.php
ThemeTest::testTaxonomyTermThemes
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
TokenReplaceTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TokenReplaceTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyTest::testTaxonomyAdminChangingWeights
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Changing weights on the vocabulary overview with two or more vocabularies.
VocabularyUnitTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Test deleting a taxonomy that contains terms.
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Tests for loading multiple vocabularies.
VocabularyUnitTest::testTaxonomyVocabularyLoadReturnFalse
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.