Closed
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!