class Library
Hierarchy
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.
File
-
vendor/
phar-io/ manifest/ src/ values/ Library.php, line 13
Namespace
PharIo\ManifestView 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 |