| SqlContentEntityStorageSchema::loadFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Loads stored schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the creation of the fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the creation of a field storage definition. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the deletion of a field storage definition. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of a field storage definition. |
| SqlContentEntityStorageSchema::performFieldSchemaOperation |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Performs the specified operation on a field. |
| SqlContentEntityStorageSchema::processFieldStorageSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the schema for a field storage definition. |
| SqlContentEntityStorageSchema::requiresFieldDataMigration |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks if existing data would be lost if the schema changes were applied. |
| SqlContentEntityStorageSchema::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks if the changes to the storage definition requires schema changes. |
| SqlContentEntityStorageSchema::saveFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Stores schema data for the given field storage definition. |
| SqlContentEntityStorageSchemaColumnTest::$field |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The field. |
| SqlContentEntityStorageSchemaColumnTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The field storage. |
| SqlContentEntityStorageSchemaTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests updating a shared table field definition. |
| SqlContentEntityStorageTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageTest::$fieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
An array of field definitions used for this test, keyed by field name. |
| SqlContentEntityStorageTest::mockFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Returns a set of mock field definitions for the given names. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlCountCache::fields |
function |
core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php |
Returns available fields on the source. |
| SqlFieldableEntityTypeListenerTrait |
trait |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Helper methods for EntityTypeListenerInterface. |
| SqlFieldableEntityTypeListenerTrait.php |
file |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::copyData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Copies entity data from the original storage to the temporary one. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to prepare their schema before data copying. |
| SqlIdMapTest::getFieldSchema |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Gets the field schema. |
| SqliteCastedIntFieldJoinTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php |
Tests SQLite specific cast handling. |
| SqliteCastedIntFieldJoinTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php |
|
| SqliteCastedIntFieldJoinTest::$castingType |
property |
core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php |
The db type that should be used for casting fields as integers. |
| SqliteDateSql::getDateField |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Returns a native database expression for a given field. |
| SqliteDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Applies the given offset to the given field. |
| SqliteDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the getDateField method. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests timezone offset formatting. |
| StateFormatterTest::testStateFieldFormatter |
function |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Tests the embed field. |
| StatementBase::fetchField |
function |
core/lib/Drupal/Core/Database/Statement/StatementBase.php |
Returns a single field from the next record of a result set. |
| StatementInterface::fetchField |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns a single field from the next record of a result set. |
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastUpdated::$field_alias |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
The field alias. |
| StickyNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/StickyNode.php |
Gets an array of values to be set. |
| StringDatabaseStorage::dbFieldTable |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Gets table alias for field. |
| StringFieldTest |
class |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
Tests the creation of string fields. |
| StringFieldTest.php |
file |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
|
| StringFieldTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
The theme to install as the default for testing. |