6 calls to SqlContentEntityStorageSchema::castValue() in Drupal 8
- drupal_schema_get_field_value in core/
includes/ schema.inc - Typecasts values to proper data types.
- SchemaLegacyTest::testSchemaGetFieldValue in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SchemaLegacyTest.php - Tests deprecation of the drupal_schema_get_field_value() function.
- SqlContentEntityStorage::mapToStorageRecord in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Maps from an entity object to the storage record.
- SqlContentEntityStorage::saveToDedicatedTables in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Saves values of fields that use dedicated tables.
- SqlContentEntityStorageSchema::getSharedTableFieldSchema in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php - Gets the schema for a single field definition.
- SqlContentEntityStorageSchemaTest::testCastValue in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageSchemaTest.php - Tests various value casts depending on column schema.