Skip to content
Snippets Groups Projects
Commit 3a7869c3 authored by catch's avatar catch
Browse files

Issue #2666792 by bojanz, dawehner, kristiaanvandeneynde, edysmp, heddn:...

Issue #2666792 by bojanz, dawehner, kristiaanvandeneynde, edysmp, heddn: Provide a route provider for add-page of entities (follow-up)
parent 00ebd9a2
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -44,8 +44,8 @@
* "canonical" = "/entity_test_with_bundle/{entity_test_with_bundle}",
* "add-page" = "/entity_test_with_bundle/add",
* "add-form" = "/entity_test_with_bundle/add/{entity_test_bundle}",
* "edit-form" = "/entity_test_with_bundle/manage/{entity_test_with_bundle}/edit",
* "delete-form" = "/entity_test_with_bundle/delete/entity_test_with_bundle/{entity_test_with_bundle}",
* "edit-form" = "/entity_test_with_bundle/{entity_test_with_bundle}/edit",
* "delete-form" = "/entity_test_with_bundle/{entity_test_with_bundle}/delete",
* },
* )
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment