Skip to content

Commit 6ba4723

Browse files
committed
minor #17011 [Security] Add link to page with expressions (HypeMC)
This PR was merged into the 4.4 branch. Discussion ---------- [Security] Add link to page with expressions The [page that explains how expressions can be used for access control](https://symfony.com/doc/4.4/security/expressions.html) isn't linked anywhere in the security section, making it really hard to find. The only place where it is linked is on the [expression syntax page](https://symfony.com/doc/4.4/components/expression_language/syntax.html). Commits ------- b805007 [Security] Add link to page with expressions
2 parents 7cb8ac1 + b805007 commit 6ba4723

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

security.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@ Authorization (Denying Access)
10921092
.. toctree::
10931093
:maxdepth: 1
10941094

1095+
security/expressions
10951096
security/voters
10961097
security/securing_services
10971098
security/access_control

security/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
22
single: Expressions in the Framework
33

4-
Security: Complex Access Controls with Expressions
4+
Complex Access Controls with Expressions
55
==================================================
66

77
.. seealso::
@@ -14,7 +14,7 @@ accepts an :class:`Symfony\\Component\\ExpressionLanguage\\Expression` object::
1414

1515
// src/Controller/MyController.php
1616
namespace App\Controller;
17-
17+
1818
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1919
use Symfony\Component\ExpressionLanguage\Expression;
2020
use Symfony\Component\HttpFoundation\Response;

0 commit comments

Comments
 (0)