Problem/Motivation
In #2942907: Entity system does not provide an API for retrieving an entity variant that is safe for editing, \Drupal\Core\ParamConverter\EntityConverter got a new constructor parameter: \Drupal\Core\Entity\EntityRepositoryInterface $entity_repository.
Since in core alone half a dozen subclasses depended on it, so quite likely many contrib/custom modules would be affected, we put a BC layer in place. The latter behavior was marked as deprecated.
Proposed resolution
In D9, we can make it required.
Remaining tasks
Wait for D9.
User interface changes
None.
API changes
TBD
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2938929-2.patch | 1.1 KB | wim leers |
Comments
Comment #2
wim leersComment #3
plachUpdated IS
Comment #4
plachComment #6
xjmLooks like this already got fixed in some other issue.