-
Notifications
You must be signed in to change notification settings - Fork 40
revert entityType() so that it is not static (breaks lots of contrib) #3809
Copy link
Copy link
Closed
Copy link
Milestone
Description
It looks like we'll need to revert or partially revert some of #3011 Add entity_access()
This issue had some unforeseen complications that are breaking a lot of contrib.
See:
- Fatal error, need to update EntityInterface entityType to be static backdrop-contrib/multifield#27
- Fatal error, need to update EntityInterface entityType to be static backdrop-contrib/flag#14
- Fatal error with EntityType backdrop-contrib/rules#44
- Fatal error after updating to 1.13.0 ("Cannot make static method EntityInterface::entityType() non static") backdrop-contrib/paragraphs#39
- Static functions backdrop-contrib/ubercart#190
- more?
PR: reverts all enityType() functions: backdrop/backdrop#2698
PR: alternate approach that only reverts the base class: backdrop/backdrop#2699 breaks everything!
Reactions are currently unavailable