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:
225
225
+------------------+------------------------------------------------+
226
226
| ``{{ file }} `` | Absolute file path |
227
227
+------------------+------------------------------------------------+
228
+ | ``{{ name }} `` | Base file name |
229
+ +------------------+------------------------------------------------+
230
+
231
+ .. versionadded :: 4.2
232
+ The ``{{ name }} `` parameter was introduced in Symfony 4.2.
228
233
229
234
mimeTypesMessage
230
235
~~~~~~~~~~~~~~~~
@@ -245,6 +250,11 @@ You can use the following parameters in this message:
245
250
+-----------------+----------------------------------------+
246
251
| ``{{ file }} `` | Absolute file path |
247
252
+-----------------+----------------------------------------+
253
+ | ``{{ name }} `` | Base file name |
254
+ +------------------+---------------------------------------+
255
+
256
+ .. versionadded :: 4.2
257
+ The ``{{ name }} `` parameter was introduced in Symfony 4.2.
248
258
249
259
disallowEmptyMessage
250
260
~~~~~~~~~~~~~~~~~~~~
@@ -261,6 +271,11 @@ You can use the following parameters in this message:
261
271
+================+====================+
262
272
| ``{{ file }} `` | Absolute file path |
263
273
+----------------+--------------------+
274
+ | ``{{ name }} `` | Base file name |
275
+ +------------------+------------------+
276
+
277
+ .. versionadded :: 4.2
278
+ The ``{{ name }} `` parameter was introduced in Symfony 4.2.
264
279
265
280
notFoundMessage
266
281
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments