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

Breadcrumb

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

class Library

Hierarchy

  • class \PharIo\Manifest\Type
    • class \PharIo\Manifest\Library extends \PharIo\Manifest\Type

Expanded class hierarchy of Library

9 string references to 'Library'
ArrayLoader::configureObject in vendor/composer/composer/src/Composer/Package/Loader/ArrayLoader.php
ConfigCommand::execute in vendor/composer/composer/src/Composer/Command/ConfigCommand.php
HtmlResponseAttachmentsProcessor::processAttachments in core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php
Processes the attachments of a response that has attachments.
installed.php in vendor/composer/installed.php
InstalledPackage::createFromArray in core/modules/package_manager/src/InstalledPackage.php
Create an installed package object from an array.

... See full list

File

vendor/phar-io/manifest/src/values/Library.php, line 13

Namespace

PharIo\Manifest
View source
class Library extends Type {
    public function isLibrary() : bool {
        return true;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
Library::isLibrary public function @psalm-assert-if-true Library $this Overrides Type::isLibrary
Type::application public static function
Type::extension public static function
Type::isApplication public function @psalm-assert-if-true Application $this 1
Type::isExtension public function @psalm-assert-if-true Extension $this 1
Type::library public static function

API Navigation

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