Search for vocabulary

  1. Search 7.x for vocabulary
  2. Search 8.9.x for vocabulary
  3. Search 10.3.x for vocabulary
  4. Search 11.x for vocabulary
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Vocabulary class core/modules/taxonomy/src/Entity/Vocabulary.php Defines the taxonomy vocabulary entity.
Vocabulary class core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Drupal 6 vocabularies source from database.
Vocabulary class core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php Drupal 7 vocabularies source from database.

All search results

Title Object type File name Summary
VocabularyListBuilder.php file core/modules/taxonomy/src/VocabularyListBuilder.php
VocabularyListBuilder::$currentUser property core/modules/taxonomy/src/VocabularyListBuilder.php The current user.
VocabularyListBuilder::$entitiesKey property core/modules/taxonomy/src/VocabularyListBuilder.php The key to use for the form element containing the entities.
VocabularyListBuilder::$entityTypeManager property core/modules/taxonomy/src/VocabularyListBuilder.php The entity type manager.
VocabularyListBuilder::$messenger property core/modules/taxonomy/src/VocabularyListBuilder.php The messenger.
VocabularyListBuilder::$renderer property core/modules/taxonomy/src/VocabularyListBuilder.php The renderer service.
VocabularyListBuilder::buildForm function core/modules/taxonomy/src/VocabularyListBuilder.php Form constructor.
VocabularyListBuilder::buildHeader function core/modules/taxonomy/src/VocabularyListBuilder.php Builds the header row for the entity listing.
VocabularyListBuilder::buildRow function core/modules/taxonomy/src/VocabularyListBuilder.php Builds a row for an entity in the entity listing.
VocabularyListBuilder::createInstance function core/modules/taxonomy/src/VocabularyListBuilder.php Instantiates a new instance of this entity handler.
VocabularyListBuilder::getDefaultOperations function core/modules/taxonomy/src/VocabularyListBuilder.php Gets this list's default operations.
VocabularyListBuilder::getFormId function core/modules/taxonomy/src/VocabularyListBuilder.php Returns a unique string identifying the form.
VocabularyListBuilder::render function core/modules/taxonomy/src/VocabularyListBuilder.php Builds the entity listing as renderable array for table.html.twig.
VocabularyListBuilder::submitForm function core/modules/taxonomy/src/VocabularyListBuilder.php Form submission handler.
VocabularyListBuilder::__construct function core/modules/taxonomy/src/VocabularyListBuilder.php Constructs a new VocabularyListBuilder object.
VocabularyPermissionsTest class core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Tests the taxonomy vocabulary permissions.
VocabularyPermissionsTest.php file core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
VocabularyPermissionsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php The theme to install as the default for testing.
VocabularyPermissionsTest::$modules property core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Modules to enable.
VocabularyPermissionsTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Tests the vocabulary overview permission.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Create, edit and delete a taxonomy term via the user interface.
VocabularyPermissionsTest::testVocabularyPermissionsVocabulary function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Create, edit and delete a vocabulary via the user interface.
VocabularyPerType class core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php Drupal 6 vocabularies with associated node types source from database.
VocabularyPerType.php file core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php
VocabularyPerType::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php Defines the source fields uniquely identifying a source row.
VocabularyPerType::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php Adds additional data to the row.
VocabularyPerType::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php
VocabularyPerTypeTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php Tests D6 vocabulary per type source plugin.
VocabularyPerTypeTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php
VocabularyPerTypeTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php Modules to enable.
VocabularyPerTypeTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php The data provider.
VocabularyResetForm class core/modules/taxonomy/src/Form/VocabularyResetForm.php Provides confirmation form for resetting a vocabulary to alphabetical order.
VocabularyResetForm.php file core/modules/taxonomy/src/Form/VocabularyResetForm.php
VocabularyResetForm::$termStorage property core/modules/taxonomy/src/Form/VocabularyResetForm.php The term storage.
VocabularyResetForm::create function core/modules/taxonomy/src/Form/VocabularyResetForm.php Instantiates a new instance of this class.
VocabularyResetForm::getCancelUrl function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns the route to go to if the user cancels the action.
VocabularyResetForm::getConfirmText function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a caption for the button that confirms the action.
VocabularyResetForm::getDescription function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns additional text to display as a description.
VocabularyResetForm::getFormId function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a unique string identifying the form.
VocabularyResetForm::getQuestion function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns the question to ask the user.
VocabularyResetForm::submitForm function core/modules/taxonomy/src/Form/VocabularyResetForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
VocabularyResetForm::__construct function core/modules/taxonomy/src/Form/VocabularyResetForm.php Constructs a new VocabularyResetForm object.
VocabularyResourceTestBase class core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase.php file core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase::$entity property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase::$entityTypeId property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php The tested entity type.
VocabularyResourceTestBase::$modules property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Modules to install.
VocabularyResourceTestBase::createEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Creates the entity to be tested.
VocabularyResourceTestBase::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Returns the expected normalization of the entity.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.