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
Term::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php Returns available fields on the source.
Term::fields function core/modules/taxonomy/src/Plugin/migrate/source/Term.php Returns available fields on the source.
TermAutocompleteTest::$fieldName property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The field to add to the content type for the taxonomy terms.
TermEntityTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Returns available fields on the source.
TermForm::getEditedFieldNames function core/modules/taxonomy/src/TermForm.php Gets the names of all fields edited in the form.
TermIndexTest::$fieldName1 property core/modules/taxonomy/tests/src/Functional/TermIndexTest.php Name of the taxonomy term reference field.
TermIndexTest::$fieldName2 property core/modules/taxonomy/tests/src/Functional/TermIndexTest.php Name of the taxonomy term reference field.
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.
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.
TermResourceTestBase::$patchProtectedFieldNames property core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php The fields that are protected against modification during PATCH requests.
TermStorageSchema::getSharedTableFieldSchema function core/modules/taxonomy/src/TermStorageSchema.php Gets the schema for a single field definition.
TermTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/TermTest.php The fields that are protected against modification during PATCH requests.
TermTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Returns available fields on the source.
TermTranslationFieldViewTest class core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests the translation of taxonomy terms field on nodes.
TermTranslationFieldViewTest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::$baseTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The tag in the source language.
TermTranslationFieldViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The theme to install as the default for testing.
TermTranslationFieldViewTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Modules to enable.
TermTranslationFieldViewTest::$term property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The term that should be translated.
TermTranslationFieldViewTest::$translatedTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The translated value for the tag.
TermTranslationFieldViewTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::setUpNode function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject node, with translation.
TermTranslationFieldViewTest::setUpTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject term, with translation.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests if the translated taxonomy term is displayed.
TestBaseFieldDefinitionInterface interface core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php Defines a test interface to mock entity base field definitions.
TestBaseFieldDefinitionInterface.php file core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php
TestContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Actually loads revision field item values from the storage.
TestDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Adds field columns for a table to the table mapping.
TestDifferentDisplays::getSourceFieldName function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Determine the name of the source field.
TestDrupal6SqlBase::fields function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Returns available fields on the source.
TestDrupalSqlBase::fields function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Returns available fields on the source.
TestEntityFieldManager class core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
TestEntityFieldManager::testClearEntityFieldInfo function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Allows the static caches to be cleared.
TestFieldApplicableFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php Plugin implementation of the 'field_test_applicable' formatter.
TestFieldApplicableFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php
TestFieldApplicableFormatter::isApplicable function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php Returns if the formatter can be used for the provided field.
TestFieldApplicableFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php Builds a renderable array for a field value.
TestFieldConstraint class core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php Checks if a value is not equal.
TestFieldConstraint.php file core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestFieldConstraint::getRequiredOptions function core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestFieldConstraint::validatedBy function core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestFieldDefaultFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php Plugin implementation of the 'field_test_default' formatter.
TestFieldDefaultFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php
TestFieldDefaultFormatter::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php Defines the default settings for this plugin.

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