7 calls to Filesystem::toIterable()
- Filesystem::chgrp in vendor/
symfony/ filesystem/ Filesystem.php - Change the group of an array of files or directories.
- Filesystem::chmod in vendor/
symfony/ filesystem/ Filesystem.php - Change mode for an array of files or directories.
- Filesystem::chown in vendor/
symfony/ filesystem/ Filesystem.php - Change the owner of an array of files or directories.
- Filesystem::exists in vendor/
symfony/ filesystem/ Filesystem.php - Checks the existence of files or directories.
- Filesystem::hardlink in vendor/
symfony/ filesystem/ Filesystem.php - Creates a hard link, or several hard links to a file.
- Filesystem::mkdir in vendor/
symfony/ filesystem/ Filesystem.php - Creates a directory recursively.
- Filesystem::touch in vendor/
symfony/ filesystem/ Filesystem.php - Sets access and modification time of file.