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

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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;
}

API Navigation

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