The regular expression to match.
Type: string
File
- core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php, line 15
Class
- RegexDirectoryIterator
- Iterates over files whose names match a regular expression in a directory.
Namespace
Drupal\Component\FileSystem
Code
1 | protected $regex ; |
Please login to continue.