VocabularyStorageController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Definition of VocabularyStorageController. |
hook_taxonomy_vocabulary_presave |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies before they are saved. |
VocabularyLanguageTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Modules to enable. |
VocabularyFormController::submit |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
VocabularyVid::get_value_options |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
taxonomy_vocabulary_static_reset |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Clear all static cache variables for vocabularies. |
VocabularyFormController::actions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Returns an array of supported actions for the current entity form. |
taxonomy_vocabulary_load_multiple |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Loads multiple taxonomy vocabularies based on certain conditions. |
taxonomy_vocabulary_confirm_delete |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the vocabulary delete confirmation form. |
hook_taxonomy_vocabulary_predelete |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act before taxonomy vocabulary deletion. |
VocabularyFormController::validate |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
TermTranslationUITest::$vocabulary |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
The vocabulary used for creating terms. |
TaxonomyTestBase::createVocabulary |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTestBase.php |
Returns a new vocabulary with random properties. |
TermFieldMultipleVocabularyTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Definition of Drupal\taxonomy\Tests\TermFieldMultipleVocabularyTest. |
taxonomy_vocabulary_delete_multiple |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Deletes vocabularies. |
taxonomy_taxonomy_vocabulary_update |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_vocabulary_update(). |
taxonomy_check_vocabulary_hierarchy |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Checks and updates the hierarchy flag of a vocabulary. |
VocabularyStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
taxonomy_vocabulary_machine_name_load |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Return the taxonomy vocabulary entity matching a vocabulary machine name. |
TermFieldMultipleVocabularyTest::setUp |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Sets up a Drupal site for running functional and integration tests. |
VocabularyStorageController::preDelete |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preDelete(). |
VocabularyStorageController::buildQuery |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |
VocabularyStorageController::postDelete |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
VocabularyStorageController::resetCache |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DrupalDatabaseStorageController::resetCache(). |
VocabularyTest::testVocabularyInterface |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Create, edit and delete a vocabulary via the user interface. |
TermFieldMultipleVocabularyTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
VocabularyMachineName::get_value_options |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
TermUnitTest::testTaxonomyVocabularyTree |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php |
Test a taxonomy with terms that have multiple parents of different depths. |
taxonomy_vocabulary_confirm_delete_submit |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a vocabulary after confirmation. |
forum_form_taxonomy_vocabulary_form_alter |
function |
drupal/core/modules/forum/forum.module |
Implements hook_form_BASE_FORM_ID_alter(). |
TermFieldMultipleVocabularyTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Modules to enable. |
TermFieldMultipleVocabularyTest::$instance |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
VocabularyUnitTest::testUninstallReinstall |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Test uninstall and reinstall of the taxonomy module. |
TermFieldMultipleVocabularyTest::$vocabulary1 |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
TermFieldMultipleVocabularyTest::$vocabulary2 |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
taxonomy_vocabulary_confirm_reset_alphabetical |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Form builder to confirm resetting a vocabulary to alphabetical order. |
entity_crud_hook_test_taxonomy_vocabulary_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_load(). |
VocabularyLanguageTest::testVocabularyLanguage |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests language settings for vocabularies. |
EntityCrudHookTest::testTaxonomyVocabularyHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on taxonomy vocabularies. |
VocabularyTest::testTaxonomyAdminNoVocabularies |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Test the vocabulary overview with no vocabularies. |
entity_crud_hook_test_taxonomy_vocabulary_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_insert(). |
entity_crud_hook_test_taxonomy_vocabulary_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_update(). |
entity_crud_hook_test_taxonomy_vocabulary_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_delete(). |
VocabularyTest::testTaxonomyAdminChangingWeights |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Changing weights on the vocabulary overview with two or more vocabularies. |
entity_crud_hook_test_taxonomy_vocabulary_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_presave(). |
entity_crud_hook_test_taxonomy_vocabulary_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_predelete(). |
VocabularyTest::testTaxonomyAdminDeletingVocabulary |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Deleting a vocabulary. |
taxonomy_vocabulary_confirm_reset_alphabetical_submit |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Submit handler to reset a vocabulary to alphabetical order after confirmation. |
VocabularyFormController::languageConfigurationSubmit |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Submit handler to update the bundle for the default language configuration. |
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Tests for loading multiple vocabularies. |