Skip to content

#3199582 Changed `$field_storage->module` to `$field_storage->getTypeProvider()`.

Aastha Shrivastava requested to merge issue/drupal-3199582:9.2.x into 9.2.x

hook_field_storage_config_update_forbid was using module property of $field_storage changed it to use getTypeProvider() to get name of the module which provides this field.

Merge request reports