| Sql::$count_field |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
The count field definition. |
| Sql::$destinationIdFields |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The destination ID fields. |
| Sql::$fieldAliases |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
An array mapping table aliases and field names to field aliases. |
| Sql::$fields |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
An array of fields. |
| Sql::$sourceIdFields |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The source ID fields. |
| Sql::addField |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Adds a field to the query table, possibly with an alias. |
| Sql::clearFields |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Removes all fields that may have been added. |
| Sql::compileFields |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Adds fields to the query. |
| Sql::destinationIdFields |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The destination ID fields. |
| Sql::getDateField |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Returns a Unix timestamp to database native timestamp expression. |
| Sql::getFieldAlias |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Returns the alias for the given field added to $table. |
| Sql::getFieldSchema |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Creates schema from an ID definition. |
| Sql::setCountField |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Set what field the query will count() on for paging. |
| Sql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Applies a timezone offset to the given field. |
| Sql::sourceIdFields |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The source ID fields. |
| 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::handleNullableFieldUnserialize |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Handles NULL values before passing data to unserialize(). |
| 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. |
| SqlContentEntityStorage::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the deletion of a field storage definition. |
| SqlContentEntityStorage::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of a field storage definition. |
| SqlContentEntityStorage::purgeFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Removes field items from storage per entity during purge. |
| SqlContentEntityStorage::readFieldItemsToPurge |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reads values to be purged for a single field. |
| SqlContentEntityStorage::requiresFieldDataMigration |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Checks if existing data would be lost if the schema changes were applied. |
| SqlContentEntityStorage::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Checks if the changes to the storage definition requires schema changes. |
| SqlContentEntityStorage::setFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Updates the internal list of field storage definitions. |
| SqlContentEntityStorageSchema::$deletedFieldsRepository |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The deleted fields repository. |
| SqlContentEntityStorageSchema::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The entity field manager service. |
| SqlContentEntityStorageSchema::$fieldStorageDefinitions |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The storage field definitions for this entity type. |
| SqlContentEntityStorageSchema::addSharedTableFieldForeignKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds a foreign key for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldIndex |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds an index for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldUniqueKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds a unique key for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::deletedFieldsRepository |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the deleted fields repository. |
| SqlContentEntityStorageSchema::deleteFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::getFieldForeignKeys |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets field foreign keys. |
| SqlContentEntityStorageSchema::getFieldIndexes |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets an index schema array for a given field. |
| SqlContentEntityStorageSchema::getFieldIndexName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Generates an index name for a field data table. |
| SqlContentEntityStorageSchema::getFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets field schema data for the given key. |
| SqlContentEntityStorageSchema::getFieldSchemaIdentifierName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Generates a safe schema identifier (name of an index, column name etc.). |
| SqlContentEntityStorageSchema::getFieldUniqueKeys |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets a unique key schema array for a given field. |
| SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Returns a SELECT query suitable for inserting data into a dedicated table. |
| SqlContentEntityStorageSchema::getSharedTableFieldSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the schema for a single field definition. |
| SqlContentEntityStorageSchema::hasNullFieldPropertyData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks whether a field property has NULL values. |