Change record status: 
Project: 
Introduced in branch: 
8.8.x
Introduced in version: 
8.8.0
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
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done