Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TermLocalizedTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Gets i18n taxonomy terms from source database.
TermLocalizedTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
TermLocalizedTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php
TermLocalizedTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Returns available fields on the source.
TermLocalizedTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Returns available fields on the source.
TermLocalizedTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Defines the source fields uniquely identifying a source row.
TermLocalizedTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Defines the source fields uniquely identifying a source row.
TermLocalizedTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Adds additional data to the row.
TermLocalizedTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Adds additional data to the row.
TermLocalizedTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
TermLocalizedTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php
TermLocalizedTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php Tests D6 i18n term localized source plugin.
TermLocalizedTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php Tests D7 i18n term localized source plugin.
TermLocalizedTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php
TermLocalizedTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php
TermLocalizedTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php Modules to enable.
TermLocalizedTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php Modules to enable.
TermLocalizedTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php The data provider.
TermLocalizedTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php The data provider.
TermName::$termStorage property core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php The taxonomy term storage.
TermName::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php Provides the default form for setting options.
TermName::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/field/TermName.php Default options form that provides the label widget that all fields
should have.
TermName::defineOptions function core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php Retrieves the options when this is a new access control plugin.
TermName::defineOptions function core/modules/taxonomy/src/Plugin/views/field/TermName.php Information about options for all kinds of purposes will be held here.
TermName::getItems function core/modules/taxonomy/src/Plugin/views/field/TermName.php Gets an array of items for the field.
TermName::__construct function core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object.
TermNameFieldTest class core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php Tests the term_name field handler.
TermNameFieldTest.php file core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php
TermNameFieldTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php The theme to install as the default for testing.
TermNameFieldTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php
TermNameFieldTest::testTermNameField function core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php Tests term name field plugin functionality.
TermNode::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php Returns available fields on the source.
TermNode::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php Defines the source fields uniquely identifying a source row.
TermNodeRevision class core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php Source returning tids from the term_node table for the non-current revision.
TermNodeRevision.php file core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php
TermNodeRevision::JOIN constant core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php The join options between the node and the term node table.
TermNodeTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php Tests d6_term_node source plugin.
TermNodeTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php
TermNodeTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php Modules to enable.
TermNodeTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php The data provider.
TermParentsTest class core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Tests managing taxonomy parents through the user interface.
TermParentsTest.php file core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
TermParentsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The theme to install as the default for testing.
TermParentsTest::$modules property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Modules to enable.
TermParentsTest::$state property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The state service.
TermParentsTest::$termStorage property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The term storage.
TermParentsTest::$vocabularyId property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The ID of the vocabulary used in this test.
TermParentsTest::assertParentOption function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that an option in the parent form element of terms exists.
TermParentsTest::assertParentsUnchanged function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that the parents of the term have not changed after saving.
TermParentsTest::createTerm function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Creates a term, saves it and returns it.

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