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
Title Object type File name Summary
DeletedFieldsRepositoryInterface::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field definition object from the deleted list.
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field storage definition object from the deleted list.
DemoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/DemoteNode.php Gets an array of values to be set.
DenormalizeTest::testMarkFieldForDeletion function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests that a field set to an empty array is different than an absent field.
DependencyFieldItem class core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php A test class.
DependencyFieldItem::calculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
DependencyFieldItem::onDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
DisplayApiTest::$fieldName property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field name to use in this test.
DisplayApiTest::testFieldEmpty function core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests that the prepareView() formatter method still fires for empty values.
DisplayApiTest::testFieldItemListView function core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView function core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests the FieldItemInterface::view() method.
DisplayEntityReferenceTest::$entityRefFieldName property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The used entity reference field name in the test.
DisplayEntityReferenceTest::$fieldName property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The used field name in the test.
DisplayEntityReferenceTest::$fieldStorage property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The field storage.
DisplayFeedTest::testFeedFieldOutput function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php Tests the rendered output for fields display.
DisplayFeedTranslationTest::testFeedFieldOutput function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Tests the rendered output for fields display with multiple translations.
DisplayModeUpdateTest::testDisplayModeUpdateAfterFieldCreation function core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php Ensure display modes are updated when fields are created.
DisplayPluginBase::getFieldLabels function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Retrieves a list of fields for the current display.
DisplayPluginBase::usesFields function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if the display's style uses fields.
DisplayPluginInterface::getFieldLabels function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Retrieves a list of fields for the current display.
DisplayPluginInterface::usesFields function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if the display's style uses fields.
DocParser::FieldAssignment function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php FieldAssignment ::= FieldName "=" PlainValue
FieldName ::= identifier
DrupalTestBrowser::addPostFields function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds form parameters to the $multipart array.
DummyDestination::fields function core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Returns an array of destination fields.
DynamicallyFieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php A storage that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php
DynamicallyFieldableEntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php A storage schema that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Performs final cleanup after all data of a field has been purged.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if the changes to the storage definition requires schema changes.
EditorialContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php
EditorIntegrationTest::$fieldName property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The name of the field used for tests.
EditorMediaDialog::getMediaImageSourceFieldName function core/modules/media/src/Form/EditorMediaDialog.php Gets the name of an image media item's source field.
ElementsFieldsetTest class core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Tests fieldset element rendering and description placement.
ElementsFieldsetTest.php file core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
ElementsFieldsetTest::$modules property core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Modules to enable.
ElementsFieldsetTest::buildForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form constructor.
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Returns a unique string identifying the form.
ElementsFieldsetTest::submitForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form submission handler.
ElementsFieldsetTest::testFieldsetDescriptions function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Tests different display options for fieldset element descriptions.
ElementsFieldsetTest::validateForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form validation handler.
ElementTest::testRequiredFieldsetsAndDetails function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests the #required property on details and fieldset elements.
Email::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 formatters and D8 formatters for this field type.
Email::getFieldWidgetMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 and D8 widgets for this field type.
EmailFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php Tests RDFa output by email field formatters.
EmailFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php
EmailFieldRdfaTest::$fieldType property core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php The machine name of the field type to test.
EmailFieldRdfaTest::$modules property core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php Modules to enable.
EmailFieldRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php Set the default field storage backend for fields created during tests.

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