TestFilterIterator.php
Same filename in other branches
Namespace
Drupal\Tests\migrate\KernelFile
-
core/
modules/ migrate/ tests/ src/ Kernel/ TestFilterIterator.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\migrate\Kernel;
/**
* Class to test FilterIterators.
*/
class TestFilterIterator extends \FilterIterator {
/**
* {@inheritdoc}
*/
public function accept() : bool {
return TRUE;
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestFilterIterator | Class to test FilterIterators. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.