- Issue created by @jonathanshaw
- Merge request !48#3462121: Use the standard entity handler pattern β (Merged) created by jonathanshaw
- Status changed to Needs review
9 months ago 3:52pm 17 July 2024 - πΊπΈUnited States john.oltman
Thanks @jonathanshaw, good catch and what you have looks right to me. There are many instances of "getHandler('registration', 'host_entity')" in the module beyond wait list - I am thinking we should correct those to use the new pattern "getHandler($entity->getEntityTypeId(), 'registration_host_entity');" rather than using the deprecated example.
- Status changed to RTBC
8 months ago 8:17pm 28 July 2024 - π¬π§United Kingdom jonathanshaw Stroud, UK
I wonder if there's also value in adding a static helper to HostEntity:
public static function create(Entity interface $entity) { $handler = \Drupal::entityTypeManager()->getHander($entity->getEntityTypeId(), 'registration_host_entity'); return $hander->createHostEntity($entity); }
- Status changed to Needs work
8 months ago 1:08am 29 July 2024 - πΊπΈUnited States john.oltman
Added a commit and tests are now passing. I will try to add a new test this week that proves that the old method triggers a deprecation warning and the new method doesn't. Then I can merge it.
- π¬π§United Kingdom jonathanshaw Stroud, UK
I am having a lot of trouble getting the deprecation test to work on both D10 and D11.
- π¬π§United Kingdom jonathanshaw Stroud, UK
I finally got the deprecation tests working.
- πΊπΈUnited States john.oltman
This is really close. Left a couple of comments which may result in code changes. Once those comments are addressed we're good. Thanks for adding the deprecation tests.
- π¬π§United Kingdom jonathanshaw Stroud, UK
Answered on the MR, the code is all good AFAICS.
- πΊπΈUnited States john.oltman
Ah, makes sense, and I do now recall you mentioning this earlier. Will merge shortly.
-
john.oltman β
committed 95b27443 on 3.3.x authored by
jonathanshaw β
#3462121 by jonathanshaw: Use the standard entity handler pattern
-
john.oltman β
committed 95b27443 on 3.3.x authored by
jonathanshaw β
-
john.oltman β
committed 8aaa8396 on 3.1.x authored by
jonathanshaw β
#3462121 by jonathanshaw: Use the standard entity handler pattern
-
john.oltman β
committed 8aaa8396 on 3.1.x authored by
jonathanshaw β
Automatically closed - issue fixed for 2 weeks with no activity.