Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() method.

Needs to implement Plugin\Entity\Category.php uri() method and drop contact_category_uri() function replacing it's calls to $entity->uri() and clean-up uri_callback at entity annotation.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JeroenT’s picture

Status: Active » Needs review
FileSize
1.67 KB

Converted contact_category_uri to entity->uri.

jibran’s picture

Status: Needs review » Needs work

The last submitted patch, contact-convert_contact_category_uri-2010244-1.patch, failed testing.

garphy’s picture

As #2083615: Use links annotation for config entity URI like for content entities was committed, I think there is no more work to do here.

Maybe we should just mark as duplicate & close.

andypost’s picture

Issue summary: View changes
Status: Needs work » Closed (cannot reproduce)

Already fixed

andypost’s picture