You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 4.2:
Simplified the form theming docs
MakerBundle uses urlGenerator instead of Router
Update filesystem.rst
Update form_dependencies.rst
Fix encore advanced config watchOptions example
[WebLink] Add an example using Priority Hints
form_help description added
Update form.rst
Use "number" instead of "numeric"
Update Range.rst
Copy file name to clipboardExpand all lines: components/filesystem.rst
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,14 @@ isAbsolutePath
279
279
// returns false
280
280
$fileSystem->isAbsolutePath('../dir');
281
281
282
+
tempnam
283
+
~~~~~~~
284
+
285
+
:method:`Symfony\\Component\\Filesystem\\Filesystem::tempnam` creates a temporary file with a unique filename, and returns its path, or throw an exception on failure::
0 commit comments