protected property RegexDirectoryIterator::$regex in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php \Drupal\Component\FileSystem\RegexDirectoryIterator::regex
- 10 core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php \Drupal\Component\FileSystem\RegexDirectoryIterator::regex
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\FileSystemCode
protected $regex;