As a follow-up to #2377967: Remove bc layer for _content _controller change and related issues, there is some documentation that needs updating:
a)
https://api.drupal.org/api/drupal/core!includes!menu.inc/group/menu/8
In the "Route controllers for simple routes section" it still mentions _content vs. _controller.
Actually, that's all I found. Simple patch: take out the "if _content is used" and "if _controller is used" pieces in that section.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal8_content_being_controller_routing_yml-2381509-1.patch | 1.15 KB | pushpinderchauhan |
Comments
Comment #1
pushpinderchauhan commentedI removed the required piece but I'm sure still some enhancement required.
Comment #2
dawehner+1
Comment #4
jhodgdonThanks! That's exactly it. Committed to 8.0.x. (This change is "just" documentation and allowed under beta guidelines.)