ConfigTranslationListUiTest::doVocabularyListTest |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php |
Tests the vocabulary listing for the translate operation. |
ContentEntityTest::$vocabulary |
property |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php |
The vocabulary ID. |
d6_language_content_taxonomy_vocabulary_settings.yml |
file |
core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml |
core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml |
d6_taxonomy_vocabulary.yml |
file |
core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml |
core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml |
d6_taxonomy_vocabulary_translation.yml |
file |
core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml |
core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml |
d6_vocabulary_entity_display.yml |
file |
core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml |
core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml |
d6_vocabulary_entity_form_display.yml |
file |
core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml |
core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml |
d6_vocabulary_field.yml |
file |
core/modules/taxonomy/migrations/d6_vocabulary_field.yml |
core/modules/taxonomy/migrations/d6_vocabulary_field.yml |
d6_vocabulary_field_instance.yml |
file |
core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml |
core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml |
d7_language_content_taxonomy_vocabulary_settings.yml |
file |
core/modules/language/migrations/d7_language_content_taxonomy_vocabulary_settings.yml |
core/modules/language/migrations/d7_language_content_taxonomy_vocabulary_settings.yml |
d7_taxonomy_vocabulary.yml |
file |
core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml |
core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml |
d7_taxonomy_vocabulary_translation.yml |
file |
core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml |
core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml |
EntityCrudHookTest::testTaxonomyVocabularyHooks |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on taxonomy vocabularies. |
EntityReferenceFieldAttributesTest::$vocabulary |
property |
core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php |
The vocabulary object used in the test. |
EntityReferenceItemTest::$vocabulary |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php |
The taxonomy vocabulary to test with. |
EntityReferenceSettingsTest::$vocabulary |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php |
Testing vocabulary. |
entity_crud_hook_test_taxonomy_vocabulary_create |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_create() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_delete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_insert |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_insert() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_load |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_load() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_predelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_presave |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_update |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_update() for taxonomy_vocabulary entities. |
ExposedFormCheckboxesTest::$vocabulary |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Vocabulary for testing checkbox options. |
ForumController::$vocabularyStorage |
property |
core/modules/forum/src/Controller/ForumController.php |
Vocabulary storage. |
ForumTest::editForumVocabulary |
function |
core/modules/forum/tests/src/Functional/ForumTest.php |
Edits the forum taxonomy. |
ForumUninstallValidator::getForumVocabulary |
function |
core/modules/forum/src/ForumUninstallValidator.php |
Returns the vocabulary configured for forums. |
ForumUninstallValidator::hasTermsForVocabulary |
function |
core/modules/forum/src/ForumUninstallValidator.php |
Determines if there are any taxonomy terms for a specified vocabulary. |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate |
ForumVocabulary |
class |
core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php |
Checks if the vocabulary being migrated is the one used for forums. |
ForumVocabulary.php |
file |
core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php |
|
ForumVocabulary::transform |
function |
core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php |
Performs the associated process. |
forum_form_taxonomy_vocabulary_form_alter |
function |
core/modules/forum/forum.module |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\taxonomy\VocabularyForm. |
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate |
function |
core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php |
Tests that the configuration is retained when a vocabulary is updated. |
LanguageContentSettingsTaxonomyVocabulary |
class |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php |
Drupal 6 i18n vocabularies source from database. |
LanguageContentSettingsTaxonomyVocabulary |
class |
core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php |
Drupal 7 i18n vocabularies source from database. |
LanguageContentSettingsTaxonomyVocabulary.php |
file |
core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php |
|
LanguageContentSettingsTaxonomyVocabulary.php |
file |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php |
|
LanguageContentSettingsTaxonomyVocabulary::fields |
function |
core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php |
Returns available fields on the source. |
LanguageContentSettingsTaxonomyVocabulary::fields |
function |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php |
Returns available fields on the source. |
LanguageContentSettingsTaxonomyVocabulary::getIds |
function |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php |
Defines the source fields uniquely identifying a source row. |
LanguageContentSettingsTaxonomyVocabulary::prepareRow |
function |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php |
Adds additional data to the row. |
LanguageContentSettingsTaxonomyVocabulary::query |
function |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php |
|
LanguageContentSettingsTaxonomyVocabulary::query |
function |
core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php |
|
LanguageContentTaxonomyVocabularySettingsTest |
class |
core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php |
Tests i18ntaxonomy vocabulary setting source plugin. |
LanguageContentTaxonomyVocabularySettingsTest |
class |
core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php |
Tests i18ntaxonomy vocabulary setting source plugin. |
LanguageContentTaxonomyVocabularySettingsTest.php |
file |
core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php |
|