Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
TaxonomyFieldFilterTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Tests taxonomy field filters with translations.
TaxonomyFieldFilterTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
TaxonomyFieldFilterTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php The theme to install as the default for testing.
TaxonomyFieldFilterTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Modules to enable.
TaxonomyFieldFilterTest::$termNames property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php List of taxonomy term names by language.
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
TaxonomyFieldFilterTest::testFilters function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Tests description and term name filters.
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 enable.
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 enable.
TaxonomyFieldVidTest::$term1 property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php A taxonomy term to use 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.
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.
TaxonomyTermReference::processCckFieldValues function core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php Apply any custom processing to the field bundle migrations.
TaxonomyTermReferenceCckTest::testProcessCckFieldValues function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckTest.php
TaxonomyTermReferenceFieldLegacyTest class core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php @group taxonomy
@group legacy
TaxonomyTermReferenceFieldLegacyTest.php file core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php
TaxonomyTermReferenceFieldLegacyTest::testDefineValueProcessPipeline function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
TaxonomyTermReferenceFieldTest class core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php @coversDefaultClass \Drupal\taxonomy\Plugin\migrate\field\TaxonomyTermReference[[api-linebreak]]
@group taxonomy
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
TaxonomyTermReferenceFieldTest::$plugin property core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
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 @covers ::defineValueProcessPipeline[[api-linebreak]]
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::$termFieldName property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php The field name for our taxonomy term field.
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 enable.
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.
taxonomy_field_views_data_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_field_views_data_alter().
taxonomy_post_update_clear_entity_bundle_field_definitions_cache function core/modules/taxonomy/taxonomy.post_update.php Clear entity_bundle_field_definitions cache for new parent field settings.
taxonomy_post_update_configure_status_field_widget function core/modules/taxonomy/taxonomy.post_update.php Add status with settings to all form displays for taxonomy entities.

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