Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::$fields | property | core/ |
An array of fields. |
| Sql::$sourceIdFields | property | core/ |
The source ID fields. |
| Sql::clearFields | function | core/ |
Remove all fields that may've been added; primarily used for summary mode where we're changing the query because we didn't get data we needed. |
| Sql::compileFields | function | core/ |
Adds fields to the query. |
| Sql::destinationIdFields | function | core/ |
The destination ID fields. |
| Sql::getFieldAlias | function | core/ |
Returns the alias for the given field added to $table. |
| Sql::getFieldSchema | function | core/ |
Creates schema from an ID definition. |
| Sql::setFieldTimezoneOffset | function | core/ |
Applies a timezone offset to the given field. |
| Sql::sourceIdFields | function | core/ |
The source ID fields. |
| 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::doLoadRevisionFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
| SqlContentEntityStorage::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
| SqlContentEntityStorage::getFieldStorageDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
| 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. |
| SqlContentEntityStorage::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| SqlContentEntityStorage::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| SqlContentEntityStorage::purgeFieldItems | function | core/ |
Removes field items from storage per entity during purge. |
| SqlContentEntityStorage::readFieldItemsToPurge | function | core/ |
Reads values to be purged for a single field. |
| SqlContentEntityStorage::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| SqlContentEntityStorage::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
| SqlContentEntityStorage::setFieldStorageDefinitions | function | core/ |
Updates the internal list of field storage definitions. |
| SqlContentEntityStorageSchema::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
| SqlContentEntityStorageSchema::$entityFieldManager | property | core/ |
The entity field manager service. |
| SqlContentEntityStorageSchema::$fieldStorageDefinitions | property | core/ |
The storage field definitions for this entity type. |
| SqlContentEntityStorageSchema::addSharedTableFieldForeignKey | function | core/ |
Adds a foreign key for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldIndex | function | core/ |
Adds an index for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldUniqueKey | function | core/ |
Adds a unique key for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::deletedFieldsRepository | function | core/ |
Gets the deleted fields repository. |
| SqlContentEntityStorageSchema::deleteFieldSchemaData | function | core/ |
Deletes schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::getFieldForeignKeys | function | core/ |
Gets field foreign keys. |
| SqlContentEntityStorageSchema::getFieldIndexes | function | core/ |
Gets an index schema array for a given field. |
| SqlContentEntityStorageSchema::getFieldIndexName | function | core/ |
Generates an index name for a field data table. |
| SqlContentEntityStorageSchema::getFieldSchemaData | function | core/ |
Gets field schema data for the given key. |
| SqlContentEntityStorageSchema::getFieldSchemaIdentifierName | function | core/ |
Generates a safe schema identifier (name of an index, column name etc.). |
| SqlContentEntityStorageSchema::getFieldUniqueKeys | function | core/ |
Gets a unique key schema array for a given field. |
| SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion | function | core/ |
Returns a SELECT query suitable for inserting data into a dedicated table. |
| SqlContentEntityStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| SqlContentEntityStorageSchema::hasNullFieldPropertyData | function | core/ |
Checks whether a field property has NULL values. |
| SqlContentEntityStorageSchema::loadFieldSchemaData | function | core/ |
Loads stored schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
Pagination
- Previous page
- Page 125
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.