| SingleInternalPropertyTestFieldItem::propertyDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php |
|
| Sort::$fields |
property |
core/modules/jsonapi/src/Query/Sort.php |
The fields on which to sort. |
| Sort::expandFieldString |
function |
core/modules/jsonapi/src/Query/Sort.php |
Expands a simple string sort into a more expressive sort that we can use. |
| Sort::fields |
function |
core/modules/jsonapi/src/Query/Sort.php |
Gets the root condition group. |
| SortTranslationTest::testSortbyUntranslatedIntegerField |
function |
core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php |
Tests sorting on an untranslated field. |
| SourcePluginBase::getHighWaterField |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Get the name of the field used as the high watermark. |
| 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 |
|
| 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 |
|
| 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 |
|
| SqlContentEntityStorage::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::doSaveFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| 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 |
|
| SqlContentEntityStorage::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::onFieldStorageDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::purgeFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::readFieldItemsToPurge |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::requiresFieldDataMigration |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| 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. |