#3199582 Changed `$field_storage->module` to `$field_storage->getTypeProvider()`.
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
Activity
added 20 commits
-
918a7058...0e138192 - 19 commits from branch
project:9.2.x
- 30c01d2d - #3199582 Changed `$field_storage->module` to `$field_storage->getTypeProvider()`.
-
918a7058...0e138192 - 19 commits from branch
Please register or sign in to reply