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 10.3.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
FieldSettingsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php @coversDefaultClass \Drupal\field\Plugin\migrate\process\d6\FieldSettings
@group field
FieldSettingsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php @coversDefaultClass \Drupal\field\Plugin\migrate\process\d7\FieldSettings
@group field
FieldSettingsTest class core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Tests field settings methods on field definition structures.
FieldSettingsTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
FieldSettingsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php
FieldSettingsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php
FieldSettingsTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Modules to install.
FieldSettingsTest::getSettingsProvider function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php Provides field settings for testGetSettings().
FieldSettingsTest::testBaseFieldSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\Core\Field\BaseFieldDefinition::getSettings
@covers \Drupal\Core\Field\BaseFieldDefinition::setSettings
FieldSettingsTest::testBaseFieldSettingsOnClone function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Tests the base field settings on a cloned base field definition object.
FieldSettingsTest::testConfigurableFieldSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings
FieldSettingsTest::testConfigurableFieldStorageSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings
FieldSettingsTest::testGetSettings function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php @covers ::getSettings
FieldSettingsTest::testTransformImageSettings function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php Tests transformation of image field settings.
FieldsOverlapException class core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php Exception thrown if an insert query specifies a field twice.
FieldsOverlapException.php file core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php
FieldSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests Field SQL Storage .
FieldSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$field property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field to use in this test class.
FieldSqlStorageTest::$fieldCardinality property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The name of the created field.
FieldSqlStorageTest::$fieldStorage property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field storage to use in this class.
FieldSqlStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Modules to install.
FieldSqlStorageTest::$revisionTable property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the revision table of the field.
FieldSqlStorageTest::$table property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the data table of the field.
FieldSqlStorageTest::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The table mapping for the tested entity type.
FieldSqlStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::testFieldLoad function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests adding and removing indexes while data is present.
FieldSqlStorageTest::testFieldWrite function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field saving works correctly by reading directly from the tables.
FieldSqlStorageTest::testLongNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests trying to update a field with data.
FieldStorageAddForm class core/modules/field_ui/src/Form/FieldStorageAddForm.php Provides a form for the "field storage" add page.
FieldStorageAddForm.php file core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::$bundle property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity bundle.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::addFieldOptionsForGroup function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds field types for the selected group to the form.
FieldStorageAddForm::addGroupFieldOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds ungrouped field types and field type groups to the form.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form constructor.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php Instantiates a new instance of this class.
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns a unique string identifying the form.
FieldStorageAddForm::getNewFieldDefaults function core/modules/field_ui/src/Form/FieldStorageAddForm.php Get default options from preconfigured options for a new field.
FieldStorageAddForm::processFieldDefinitions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Save field type definitions and categories in the form state.
FieldStorageAddForm::rebuildWithOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for displaying fields after a group is selected.
FieldStorageAddForm::startOver function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for resetting the form.
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form submission handler.

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