Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FileList.php
function FileList::add
Parameters
non-empty-string $path
:
File
vendor/
composer/
class-map-generator/
src/
FileList.php
, line 30
Class
FileList
Contains a list of files which were scanned to generate a classmap
Namespace
Composer\ClassMapGenerator
Code
public
function
add
(string
$path
) : void {
$this
->
files
[
$path
] =
true
; }
RSS feed