| SimpleSource::fields |
function |
core/modules/migrate/tests/modules/migrate_plugin_config_test/src/Plugin/migrate/source/SimpleSource.php |
Returns available fields on the source. |
| SingleInternalPropertyTestFieldItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php |
Defines the 'Single Internal Property' entity test field type. |
| SingleInternalPropertyTestFieldItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php |
|
| SingleInternalPropertyTestFieldItem::propertyDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php |
Defines field item properties. |
| 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 |
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. |