By acbramley on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
As part of standardising Node route generation, \Drupal\node\Entity\NodeRouteProvider now extends \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider\DefaultHtmlRouteProvider.
To maintain backwards compatibility, the node.add and node.add_page routes still exist, and the forwards compatible routes are now aliases of them.
The entity.node.add_form route is now an alias of node.add.
The entity.node.add_page route is now an alias of node.add_page.
In future versions of Drupal, node.add and node.add_page will be deprecated.
Impacts:
Module developers