Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 11.x for Field
  5. Search main for Field
  6. 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
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
DisplayPluginBase::usesFields function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
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
DriverSpecificSchemaTestBase::assertFieldAdditionRemoval function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Asserts that a given field can be added and removed from a table.
DriverSpecificSchemaTestBase::assertFieldChange function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Asserts that a field can be changed from one spec to another.
DriverSpecificSchemaTestBase::assertFieldCharacteristics function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Asserts that a newly added field has the correct characteristics.
DriverSpecificSchemaTestBase::testChangeSerialFieldLength function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests changing a field length.
DriverSpecificSchemaTestBase::testSchemaAddFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests adding columns to an existing table with default and initial value.
DriverSpecificSchemaTestBase::testSchemaChangeFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests changing columns between types with default and initial values.
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
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
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
ElementsFieldsetTest::buildForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
ElementsFieldsetTest::submitForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
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
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
Email::getFieldWidgetMap function core/modules/field/src/Plugin/migrate/field/Email.php
EmailFieldTest class core/modules/field/tests/src/Functional/Email/EmailFieldTest.php Tests email field functionality.
EmailFieldTest.php file core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
EmailFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
EmailFieldTest::$field property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php The field used in this test class.
EmailFieldTest::$fieldStorage property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php A field storage to use in this test class.
EmailFieldTest::$modules property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
EmailFieldTest::setUp function core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
EmailFieldTest::testEmailField function core/modules/field/tests/src/Functional/Email/EmailFieldTest.php Tests email field.
EmbeddedDataSource::fields function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php
EmptySource::fields function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
Entity::$entityFieldManager property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity field manager.
Entity::fields function core/modules/migrate/src/Plugin/migrate/destination/Entity.php
EntityAccessControlHandler::checkFieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Default field access as determined by this access control handler.
EntityAccessControlHandler::fieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
EntityAccessControlHandlerInterface::fieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Checks access to an operation on a given entity field.
EntityAccessControlHandlerTest::providerTestFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php

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