Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\Finder\Iterator

Object name File name Summary
CustomFilterIterator vendor/symfony/finder/Iterator/CustomFilterIterator.php CustomFilterIterator filters files by applying anonymous functions.
DateRangeFilterIterator vendor/symfony/finder/Iterator/DateRangeFilterIterator.php DateRangeFilterIterator filters out files that are not in the given date range (last modified dates).
DepthRangeFilterIterator vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php DepthRangeFilterIterator limits the directory depth.
ExcludeDirectoryFilterIterator vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php ExcludeDirectoryFilterIterator filters out directories.
FilecontentFilterIterator vendor/symfony/finder/Iterator/FilecontentFilterIterator.php FilecontentFilterIterator filters files by their contents using patterns (regexps or strings).
FilenameFilterIterator vendor/symfony/finder/Iterator/FilenameFilterIterator.php FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
FileTypeFilterIterator vendor/symfony/finder/Iterator/FileTypeFilterIterator.php FileTypeFilterIterator only keeps files, directories, or both.
LazyIterator vendor/symfony/finder/Iterator/LazyIterator.php @author Jérémy Derussé <jeremy@derusse.com>
MultiplePcreFilterIterator vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings).
PathFilterIterator vendor/symfony/finder/Iterator/PathFilterIterator.php PathFilterIterator filters files by path patterns (e.g. some/special/dir).
RecursiveDirectoryIterator vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php Extends the \RecursiveDirectoryIterator to support relative paths.
SizeRangeFilterIterator vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php SizeRangeFilterIterator filters out files that are not in the given size range.
SortableIterator vendor/symfony/finder/Iterator/SortableIterator.php SortableIterator applies a sort on a given Iterator.
VcsIgnoredFilterIterator vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php @extends \FilterIterator<string, \SplFileInfo>
RSS feed
Powered by Drupal