Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
TermJsonAnonTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php
TermJsonBasicAuthTest class core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php Tests Term Json Basic Auth.
TermJsonBasicAuthTest.php file core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php
TermJsonBasicAuthTest::$auth property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php
TermJsonBasicAuthTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php
TermJsonBasicAuthTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php
TermJsonBasicAuthTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php
TermJsonBasicAuthTest::$modules property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php
TermJsonCookieTest class core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php Tests Term Json Cookie.
TermJsonCookieTest.php file core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php
TermJsonCookieTest::$auth property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php
TermJsonCookieTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php
TermJsonCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php
TermJsonCookieTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php
TermKernelTest class core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Kernel tests for taxonomy term functions.
TermKernelTest.php file core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TermKernelTest::$modules property core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TermKernelTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TermKernelTest::testMultipleParentDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Deleting a parent of a term with multiple parents does not delete the term.
TermKernelTest::testParentHandlerSettings function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php The "parent" field must restrict references to the same vocabulary.
TermKernelTest::testRevisionLogAccess function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests revision log access.
TermKernelTest::testTaxonomyVocabularyTree function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests a taxonomy with terms that have multiple parents of different depths.
TermKernelTest::testTermDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests that a deleted term is no longer in the vocabulary.
TermKernelTest::testTermPreview function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests that a Term is renderable when unsaved (preview).
TermLanguageTest class core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests the language functionality for the taxonomy terms.
TermLanguageTest.php file core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermLanguageTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermLanguageTest::$modules property core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermLanguageTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Vocabulary for testing.
TermLanguageTest::setUp function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermLanguageTest::testDefaultTermLanguage function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests the default language selection for taxonomy terms.
TermLanguageTest::testTermLanguage function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests the language of a term.
TermLanguageTest::testTermTranslatedOnOverviewPage function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests that translated terms are displayed correctly on the term overview.
TermLocalizedTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Drupal 6 i18n taxonomy terms source from database.
TermLocalizedTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Drupal 7 i18n taxonomy terms source from 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 Prepares query object to retrieve data from the source database.
TermLocalizedTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Prepares query object to retrieve data from the source database.
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 install.

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