ComposerTwigExtension
extends AbstractExtension
in package
Table of Contents
Methods
- get_acdh_composer_versions() : mixed
- getFunctions() : mixed
- getName() : mixed
- {@inheritdoc} This function must return the name of the extension. It must be unique.
- getComposerFile() : array<string|int, mixed>
- processGuiComposerFile() : string
Methods
get_acdh_composer_versions()
public
get_acdh_composer_versions([string $name = "" ]) : mixed
Parameters
- $name : string = ""
getFunctions()
public
getFunctions() : mixed
getName()
{@inheritdoc} This function must return the name of the extension. It must be unique.
public
getName() : mixed
getComposerFile()
private
getComposerFile(string $url) : array<string|int, mixed>
Parameters
- $url : string
Return values
array<string|int, mixed>processGuiComposerFile()
private
processGuiComposerFile(array<string|int, mixed> $file) : string
Parameters
- $file : array<string|int, mixed>