By andypost on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0
Issue links:
Description:
The drupal_schema_get_field_value() is deprecated, use \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::castValue() instead
Code example
Before drupal_schema_get_field_value($info, $value);
After SqlContentEntityStorageSchema::castValue($info, $value)
Impacts:
Module developers