File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,11 @@ You can use the following parameters in this message:
225225+------------------+------------------------------------------------+
226226| ``{{ file }} `` | Absolute file path |
227227+------------------+------------------------------------------------+
228+ | ``{{ name }} `` | Base file name |
229+ +------------------+------------------------------------------------+
230+
231+ .. versionadded :: 4.2
232+ The ``{{ name }} `` parameter was introduced in Symfony 4.2.
228233
229234mimeTypesMessage
230235~~~~~~~~~~~~~~~~
@@ -245,6 +250,11 @@ You can use the following parameters in this message:
245250+-----------------+----------------------------------------+
246251| ``{{ file }} `` | Absolute file path |
247252+-----------------+----------------------------------------+
253+ | ``{{ name }} `` | Base file name |
254+ +------------------+---------------------------------------+
255+
256+ .. versionadded :: 4.2
257+ The ``{{ name }} `` parameter was introduced in Symfony 4.2.
248258
249259disallowEmptyMessage
250260~~~~~~~~~~~~~~~~~~~~
@@ -261,6 +271,11 @@ You can use the following parameters in this message:
261271+================+====================+
262272| ``{{ file }} `` | Absolute file path |
263273+----------------+--------------------+
274+ | ``{{ name }} `` | Base file name |
275+ +------------------+------------------+
276+
277+ .. versionadded :: 4.2
278+ The ``{{ name }} `` parameter was introduced in Symfony 4.2.
264279
265280notFoundMessage
266281~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments