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

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExcludeIterator.php

function ExcludeIterator::getChildren

File

vendor/phpunit/php-file-iterator/src/ExcludeIterator.php, line 64

Class

ExcludeIterator
@internal This class is not covered by the backward compatibility promise for phpunit/php-file-iterator

Namespace

SebastianBergmann\FileIterator

Code

public function getChildren() : self {
    return new self($this->getInnerIterator()
        ->getChildren(), $this->exclude);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal