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. Other projects
Title Object type File name Summary
plugin.manager.field.field_type_category service core/core.services.yml \Drupal\Core\Field\FieldTypeCategoryManager
plugin.manager.field.formatter service core/core.services.yml Drupal\Core\Field\FormatterPluginManager
plugin.manager.field.widget service core/core.services.yml Drupal\Core\Field\WidgetPluginManager
PreconfiguredFieldUiOptionsInterface interface core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Defines an interface for exposing "preconfigured" field definitions.
PreconfiguredFieldUiOptionsInterface.php file core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Returns preconfigured field options for a field type.
Query::$sqlFields property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of fields keyed by the field alias.
Query::getSqlField function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Constructs a select expression for a given field and language.
RawStringFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Renders fields of a given entity with a given display.
RequiredFieldStorageDefinitionInterface interface core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php Defines an interface for required field storage definitions.
RequiredFieldStorageDefinitionInterface.php file core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php
RequiredFieldStorageDefinitionInterface::isStorageRequired function core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php Returns whether the field storage is required.
RevisionableContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php Provides base field definitions for an entity type.
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Provides revision-related base field definitions for an entity type.
Schema::addField function core/lib/Drupal/Core/Database/Schema.php Add a new field to a table.
Schema::addField function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php Add a new field to a table.
Schema::changeField function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php Change a field definition.
Schema::changeField function core/lib/Drupal/Core/Database/Schema.php Change a field definition.
Schema::dropField function core/lib/Drupal/Core/Database/Schema.php Drop a field.
Schema::dropField function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php Drop a field.
Schema::fieldExists function core/lib/Drupal/Core/Database/Schema.php Check if a column exists in the given table.
Schema::fieldNames function core/lib/Drupal/Core/Database/Schema.php Return an array of field names from an array of key/index column specifiers.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
SchemaUniquePrefixedKeysIndexTestBase::testAddField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding a new field with UNIQUE key.
SchemaUniquePrefixedKeysIndexTestBase::testChangeField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests changing a field to add a UNIQUE key.
Select::$fields property core/lib/Drupal/Core/Database/Query/Select.php The fields to SELECT.
Select::addField function core/lib/Drupal/Core/Database/Query/Select.php Adds a field to the list to be SELECTed.
Select::escapeField function core/lib/Drupal/Core/Database/Query/Select.php Escapes a field name string.
Select::fields function core/lib/Drupal/Core/Database/Query/Select.php Add multiple fields from the same table to be SELECTed.
Select::getFields function core/lib/Drupal/Core/Database/Query/Select.php Returns a reference to the fields array for this query.
SelectExtender::addField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a field to the list to be SELECTed.
SelectExtender::escapeField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Escapes a field name string.
SelectExtender::fields function core/lib/Drupal/Core/Database/Query/SelectExtender.php Add multiple fields from the same table to be SELECTed.
SelectExtender::getFields function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a reference to the fields array for this query.
SelectInterface::addField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds a field to the list to be SELECTed.
SelectInterface::escapeField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Escapes a field name string.
SelectInterface::fields function core/lib/Drupal/Core/Database/Query/SelectInterface.php Add multiple fields from the same table to be SELECTed.
SelectInterface::getFields function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the fields array for this query.
SqlContentEntityStorage::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's field storage definitions.
SqlContentEntityStorage::countFieldData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Determines the number of entities with values for a given field.
SqlContentEntityStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes entity field values from the storage.
SqlContentEntityStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes field values of an entity revision from the storage.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Writes entity field values to the storage.
SqlContentEntityStorage::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the creation of the fieldable entity type.
SqlContentEntityStorage::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the update of a fieldable entity type.
SqlContentEntityStorage::onFieldDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the deletion of a field.
SqlContentEntityStorage::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the creation of a field storage definition.

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