Among other things, field_info_instances($entity_type) is called on every request right now when getFieldDefinitions() is called. This breaks the design of FieldInfo, which assumes that there are no such calls on normal requests.
↧
Among other things, field_info_instances($entity_type) is called on every request right now when getFieldDefinitions() is called. This breaks the design of FieldInfo, which assumes that there are no such calls on normal requests.