Search for field
Title | Object type | File name | Summary |
---|---|---|---|
plugin.manager.field.field_type_category | service | core/ |
\Drupal\Core\Field\FieldTypeCategoryManager |
plugin.manager.field.formatter | service | core/ |
Drupal\Core\Field\FormatterPluginManager |
plugin.manager.field.widget | service | core/ |
Drupal\Core\Field\WidgetPluginManager |
PreconfiguredFieldUiOptionsInterface | interface | core/ |
Defines an interface for exposing "preconfigured" field definitions. |
PreconfiguredFieldUiOptionsInterface.php | file | core/ |
|
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
Query::$sqlFields | property | core/ |
An array of fields keyed by the field alias. |
Query::getSqlField | function | core/ |
Constructs a select expression for a given field and language. |
RawStringFormatterTest::$fieldName | property | core/ |
|
RawStringFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
RequiredFieldStorageDefinitionInterface | interface | core/ |
Defines an interface for required field storage definitions. |
RequiredFieldStorageDefinitionInterface.php | file | core/ |
|
RequiredFieldStorageDefinitionInterface::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
RevisionableContentEntityBase::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions | function | core/ |
Provides revision-related base field definitions for an entity type. |
Schema::addField | function | core/ |
Add a new field to a table. |
Schema::addField | function | core/ |
Add a new field to a table. |
Schema::changeField | function | core/ |
Change a field definition. |
Schema::changeField | function | core/ |
Change a field definition. |
Schema::dropField | function | core/ |
Drop a field. |
Schema::dropField | function | core/ |
Drop a field. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldNames | function | core/ |
Return an array of field names from an array of key/index column specifiers. |
Schema::getFieldTypeMap | function | core/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
Schema::getFieldTypeMap | function | core/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
SchemaUniquePrefixedKeysIndexTestBase::testAddField | function | core/ |
Tests adding a new field with UNIQUE key. |
SchemaUniquePrefixedKeysIndexTestBase::testChangeField | function | core/ |
Tests changing a field to add a UNIQUE key. |
Select::$fields | property | core/ |
The fields to SELECT. |
Select::addField | function | core/ |
Adds a field to the list to be SELECTed. |
Select::escapeField | function | core/ |
Escapes a field name string. |
Select::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
Select::getFields | function | core/ |
Returns a reference to the fields array for this query. |
SelectExtender::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectExtender::escapeField | function | core/ |
Escapes a field name string. |
SelectExtender::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
SelectExtender::getFields | function | core/ |
Returns a reference to the fields array for this query. |
SelectInterface::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectInterface::escapeField | function | core/ |
Escapes a field name string. |
SelectInterface::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
SelectInterface::getFields | function | core/ |
Returns a reference to the fields array for this query. |
SqlContentEntityStorage::$fieldStorageDefinitions | property | core/ |
The entity type's field storage definitions. |
SqlContentEntityStorage::countFieldData | function | core/ |
Determines the number of entities with values for a given field. |
SqlContentEntityStorage::doDeleteFieldItems | function | core/ |
Deletes entity field values from the storage. |
SqlContentEntityStorage::doDeleteRevisionFieldItems | function | core/ |
Deletes field values of an entity revision from the storage. |
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
SqlContentEntityStorage::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
SqlContentEntityStorage::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
SqlContentEntityStorage::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
SqlContentEntityStorage::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
SqlContentEntityStorage::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.