protected SqlContentEntityStorageSchema::hasNullFieldPropertyData($table_name, $column_name)
Checks whether a field property has NULL values.
Parameters
string $table_name: The name of the table to inspect.
string $column_name: The name of the column holding the field property data.
Return value
bool TRUE if NULL data is found, FALSE otherwise.
File
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 1546
Class
SqlContentEntityStorageSchema Defines a schema handler th