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

Breadcrumb

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

function Manifest::__construct

File

vendor/phar-io/manifest/src/values/Manifest.php, line 34

Class

Manifest

Namespace

PharIo\Manifest

Code

public function __construct(ApplicationName $name, Version $version, Type $type, CopyrightInformation $copyrightInformation, RequirementCollection $requirements, BundledComponentCollection $bundledComponents) {
    $this->name = $name;
    $this->version = $version;
    $this->type = $type;
    $this->copyrightInformation = $copyrightInformation;
    $this->requirements = $requirements;
    $this->bundledComponents = $bundledComponents;
}

API Navigation

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