By quietone on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.1.x
Introduced in version:
8.1.8, 8.2.0
Issue links:
Description:
To improve performance, the Menu link process plugin now returns an entity based URI if possible, i.e. entity:node/1. Previously, an internal URI was returned even for entity links, i.e., internal:/node/1. Internal URIs are still returned for all non-entity links, i.e. internal:/some/other/path.
Before
process:
plugin: internal_uri
source:
- link_pathAfter
plugin: link_uri
source:
- link_pathImpacts:
Module developers