Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Finder.php
function Finder::create
Creates a new Finder.
File
vendor/
symfony/
finder/
Finder.php
, line 79
Class
Finder
Finder allows to build rules to find files and directories.
Namespace
Symfony\Component\Finder
Code
public static
function
create
() : static {
return
new
static
(); }
RSS feed