field_purge_field

function field_purge_field

field_purge_field(FieldConfigInterface $field)

Purges a field record from the database.

This function assumes all data for the field has already been purged and should only be called by field_purge_batch().

Parameters

$field: The field record to purge.

Related topics

Field API bulk data deletion
Cleans up after Field API bulk deletion operations.

File

core/modules/field/field.purge.inc, line 140
Provides