{# Description text for the Menu Example. #} {% set custom_access = path('examples.menu_example.custom_access') %} {% set restricted = path('examples.menu_example.restricted') %} {% set route_only = path('examples.menu_example.route_only') %} {% set tabs = path('examples.menu_example.tabs') %} {% set use_url_arguments = path('examples.menu_example.use_url_arguments') %} {% set title_callbacks = path('examples.menu_example.title_callbacks') %} {% set placeholder_argument = path('examples.menu_example.placeholder_argument') %} {% set path_override = path('example.menu_example.path_override') %} {% trans %}
This page is displayed by the simplest (and base) menu example. Note that the title of the page is the same as the link title. There are a number of examples here, from the most basic (like this one) to extravagant mappings of loaded placeholder arguments. Enjoy!
{% endtrans %}