| TaxonomyFieldFilterTest::$testViews |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Views used by this test. |
| TaxonomyFieldFilterTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
The vocabulary used for creating terms. |
| TaxonomyFieldFilterTest::assertPageCounts |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Asserts that the given taxonomy translation counts are correct. |
| TaxonomyFieldFilterTest::createTermWithProperties |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Creates a taxonomy term with specified name and other properties. |
| TaxonomyFieldFilterTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Sets up the test. |
| TaxonomyFieldFilterTest::testFilters |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Tests description and term name filters. |
| TaxonomyFieldHooks |
class |
core/modules/taxonomy/src/Hook/TaxonomyFieldHooks.php |
Field and Field UI hook implementations for Taxonomy module. |
| TaxonomyFieldHooks.php |
file |
core/modules/taxonomy/src/Hook/TaxonomyFieldHooks.php |
|
| TaxonomyFieldHooks::preConfiguredDescription |
function |
core/modules/taxonomy/src/Hook/TaxonomyFieldHooks.php |
Implements hook_field_ui_preconfigured_options_alter(). |
| TaxonomyFieldHooks::__construct |
function |
core/modules/taxonomy/src/Hook/TaxonomyFieldHooks.php |
|
| TaxonomyFieldTidTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Tests the taxonomy term TID field handler. |
| TaxonomyFieldTidTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
|
| TaxonomyFieldTidTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Modules to install. |
| TaxonomyFieldTidTest::$term1 |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
A taxonomy term to use in this test. |
| TaxonomyFieldTidTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Views to be enabled. |
| TaxonomyFieldTidTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
|
| TaxonomyFieldTidTest::testViewsHandlerTidField |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Tests the taxonomy field handler. |
| TaxonomyFieldVidTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Tests the taxonomy term VID field handler. |
| TaxonomyFieldVidTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
|
| TaxonomyFieldVidTest::$adminUser |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
An admin user. |
| TaxonomyFieldVidTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Modules to install. |
| TaxonomyFieldVidTest::$terms |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
An array of taxonomy term used in this test. |
| TaxonomyFieldVidTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Views used by this test. |
| TaxonomyFieldVidTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
|
| TaxonomyFieldVidTest::testViewsHandlerVidField |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Tests the field handling for the Vocabulary ID. |
| TaxonomyTermDisplayConfigurableTestHooks::entityBaseFieldInfoAlter |
function |
core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php |
Implements hook_entity_base_field_info_alter(). |
| TaxonomyTermHierarchyConstraint::coversFields |
function |
core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraint.php |
An array of entity fields which should be passed to the validator. |
| TaxonomyTermReference::getFieldFormatterMap |
function |
core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| TaxonomyTermReferenceFieldTest |
class |
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php |
Tests Drupal\taxonomy\Plugin\migrate\field\TaxonomyTermReference. |
| TaxonomyTermReferenceFieldTest.php |
file |
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php |
|
| TaxonomyTermReferenceFieldTest::$migration |
property |
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php |
The migration. |
| TaxonomyTermReferenceFieldTest::$plugin |
property |
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php |
The migrate field plugin. |
| TaxonomyTermReferenceFieldTest::setUp |
function |
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php |
|
| TaxonomyTermReferenceFieldTest::testDefineValueProcessPipeline |
function |
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php |
Tests define value process pipeline. |
| TaxonomyTermViewTest::$fieldName1 |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php |
Name of the taxonomy term reference field. |
| TaxonomyTranslationTestTrait::$termFieldName |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
The field name for our taxonomy term field. |
| TaxonomyTranslationTestTrait::setUpTermReferenceField |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
Adds term reference field for the article content type. |
| TaxonomyViewsFieldAccessTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php |
Tests base field access in Views for the taxonomy entity. |
| TaxonomyViewsFieldAccessTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php |
|
| TaxonomyViewsFieldAccessTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php |
Modules to install. |
| TaxonomyViewsFieldAccessTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php |
|
| TaxonomyViewsFieldAccessTest::testTermFields |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php |
Check access for taxonomy fields. |
| TaxonomyViewsHooks::fieldViewsDataAlter |
function |
core/modules/taxonomy/src/Hook/TaxonomyViewsHooks.php |
Implements hook_field_views_data_alter(). |
| TelephoneField |
class |
core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php |
Migrate field plugin for Drupal 7 telephone fields. |
| TelephoneField.php |
file |
core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php |
|
| TelephoneField::getFieldFormatterMap |
function |
core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| TelephoneField::getFieldWidgetMap |
function |
core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php |
Get a map between D6 and D8 widgets for this field type. |
| TelephoneFieldTest |
class |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
Tests the creation of telephone fields. |
| TelephoneFieldTest.php |
file |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
|
| TelephoneFieldTest::$defaultTheme |
property |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
The theme to install as the default for testing. |