You are here

public static function Finder::create in Database Sanitize 7

Creates a new Finder.

Return value

static

3 calls to Finder::create()
FinderTest::buildFinder in vendor/symfony/finder/Tests/FinderTest.php
FinderTest::testCreate in vendor/symfony/finder/Tests/FinderTest.php
FinderTest::testGetIteratorWithoutIn in vendor/symfony/finder/Tests/FinderTest.php
@expectedException \LogicException

File

vendor/symfony/finder/Finder.php, line 74

Class

Finder
Finder allows to build rules to find files and directories.

Namespace

Symfony\Component\Finder

Code

public static function create() {
  return new static();
}