Issue #2002174 by Wim Leers, xjm, fago, effulgentsia, catch, smustgrave: Allow...
Issue #2002174 by Wim Leers, xjm, fago, effulgentsia, catch, smustgrave: Allow vocabularies to be validated via the API, not just during form submissions (cherry picked from commit 1be0f07e)
parent
d95dc67e
No related branches found
Tags 8.x-1.0-alpha2
Showing
- core/modules/node/node.module 15 additions, 0 deletionscore/modules/node/node.module
- core/modules/node/node.post_update.php 2 additions, 9 deletionscore/modules/node/node.post_update.php
- core/modules/taxonomy/config/schema/taxonomy.schema.yml 10 additions, 1 deletioncore/modules/taxonomy/config/schema/taxonomy.schema.yml
- core/modules/taxonomy/src/Entity/Vocabulary.php 3 additions, 3 deletionscore/modules/taxonomy/src/Entity/Vocabulary.php
- core/modules/taxonomy/src/Plugin/migrate/destination/EntityTaxonomyVocabulary.php 31 additions, 0 deletions...c/Plugin/migrate/destination/EntityTaxonomyVocabulary.php
- core/modules/taxonomy/src/VocabularyForm.php 15 additions, 0 deletionscore/modules/taxonomy/src/VocabularyForm.php
- core/modules/taxonomy/taxonomy.module 13 additions, 0 deletionscore/modules/taxonomy/taxonomy.module
- core/modules/taxonomy/taxonomy.post_update.php 12 additions, 0 deletionscore/modules/taxonomy/taxonomy.post_update.php
- core/modules/taxonomy/tests/fixtures/update/remove-description-from-tags-vocabulary.php 24 additions, 0 deletions...xtures/update/remove-description-from-tags-vocabulary.php
- core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php 45 additions, 0 deletions...onomy/tests/src/Functional/Update/NullDescriptionTest.php
- core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php 5 additions, 0 deletions...es/taxonomy/tests/src/Kernel/VocabularyValidationTest.php
Please register or sign in to comment