#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.