Iterates over files whose names match a regular expression in a directory.
Hierarchy
- class \Drupal\Component\FileSystem\RegexDirectoryIterator extends \FilterIterator
File
- core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php, line 8
Namespace
Drupal\Component\FileSystem
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RegexDirectoryIterator::$regex | protected | property | The regular expression to match. |
RegexDirectoryIterator::accept | public | function | Implements \FilterIterator::accept(). |
RegexDirectoryIterator::__construct | public | function | RegexDirectoryIterator constructor. |
Please login to continue.