Search for Field

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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
TaggedWithTest::$tagFieldStorage property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Holds the field storage for test tag field.
TaxonomyFieldAllTermsTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests the "All terms" taxonomy term field handler.
TaxonomyFieldAllTermsTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
TaxonomyFieldAllTermsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php The theme to install as the default for testing.
TaxonomyFieldAllTermsTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Views used by this test.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests token replacement in the "all terms" field handler.
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 Sets up the test.
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.
TaxonomyTermReferenceFieldTest class core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php @coversDefaultClass \Drupal\taxonomy\Plugin\migrate\field\TaxonomyTermReference
@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
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 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().

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