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

Breadcrumb

  1. Drupal Core 11.1.x
  2. ProjectFactory.php

function ProjectFactory::create

Creates a project from the set of files.

Parameters

File[] $files:

File

vendor/phpdocumentor/reflection-common/src/ProjectFactory.php, line 27

Class

ProjectFactory
Interface for project factories. A project factory shall convert a set of files into an object implementing the Project interface.

Namespace

phpDocumentor\Reflection

Code

public function create(string $name, array $files) : Project;
RSS feed
Powered by Drupal