Skip to content

Commit c2b7406

Browse files
authored
Update templating.rst
Remove information about unused `$view['slots']` variable. It is removed since 2.8 version documentation.
1 parent 583d2ef commit c2b7406

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templating.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,8 @@ ease the work of the template designer. In PHP, the templating system provides
412412
an extensible *helper* system that provides useful features in a template
413413
context.
414414

415-
You've already seen a few built-in Twig tags (``{% block %}`` & ``{% extends %}``)
416-
as well as an example of a PHP helper (``$view['slots']``). Here you will learn a
417-
few more.
415+
You've already seen a few built-in Twig tags like (``{% block %}`` & ``{% extends %}``).
416+
Here you will learn a few more.
418417

419418
.. index::
420419
single: Templating; Including other templates

0 commit comments

Comments
 (0)