Issue #3053129 by R.shaikh, idebr: Links to twig.sensiolabs.org are redirects: replace with its destination URLs 1.x version
parent
08480a54ae
commit
c68e087c82
|
@ -34,7 +34,7 @@
|
|||
* https://www.drupal.org/docs/8/theming
|
||||
*
|
||||
* For further Twig documentation see
|
||||
* http://twig.sensiolabs.org/doc/templates.html
|
||||
* https://twig.symfony.com/doc/1.x/templates.html
|
||||
*
|
||||
* @section sec_theme_hooks Theme Hooks
|
||||
* The theme system is invoked in \Drupal\Core\Render\Renderer::doRender() by
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ book_tree.book_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ menus.menu_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ menus.menu_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
|
||||
1. We use menu_name (see above) to create a CSS class name from it.
|
||||
See https://www.drupal.org/node/2649076
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
|
||||
1. We use menu_name (see above) to create a CSS class name from it.
|
||||
See https://www.drupal.org/node/2649076
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ book_tree.book_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ menus.menu_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ book_tree.book_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ menus.menu_links(items, attributes, 0) }}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{#
|
||||
We call a macro which calls itself to render the full tree.
|
||||
@see http://twig.sensiolabs.org/doc/tags/macro.html
|
||||
@see https://twig.symfony.com/doc/1.x/tags/macro.html
|
||||
#}
|
||||
{{ menus.menu_links(items, attributes, 0) }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue