EntryPointConfigurator
extends EntryPointPreConfigurator
in package
entry points properties for configurators.
Tags
Table of Contents
- $entryPoint : EntryPoint
- $globalSetup : GlobalSetup
- $readOnlyConfig : mixed
- __call() : mixed
- __construct() : mixed
- declareWebAssets() : mixed
- Declare web assets into the entry point config.
- getConfigFileName() : string
- getConfigIni() : IniModifierArray
- getConfigObj() : object
- getCoordPluginConfig() : null|array<string|int, mixed>
- getEpId() : string
- getFileName() : string
- getModulesList() : array<string|int, string>
- getScriptName() : string
- getSingleConfigIni() : IniModifier|IniModifierReadOnly
- getType() : string
- getUrlMap() : XmlEntryPoint
- isCliScript() : bool
Properties
$entryPoint
protected
EntryPoint
$entryPoint
Tags
$globalSetup
protected
GlobalSetup
$globalSetup
Tags
$readOnlyConfig
protected
mixed
$readOnlyConfig
= false
Tags
Methods
__call()
public
__call(mixed $functionName, mixed $arguments) : mixed
Parameters
- $functionName : mixed
- $arguments : mixed
Tags
Return values
mixed —__construct()
public
__construct(EntryPoint $entryPoint, GlobalSetup $globalSetup, mixed $readOnlyConfig) : mixed
Parameters
- $entryPoint : EntryPoint
- $globalSetup : GlobalSetup
- $readOnlyConfig : mixed
Tags
Return values
mixed —declareWebAssets()
Declare web assets into the entry point config.
public
declareWebAssets(string $name, array<string|int, mixed> $values, string $collection, bool $force) : mixed
Parameters
- $name : string
-
the name of webassets
- $values : array<string|int, mixed>
-
should be an array with one or more of these keys 'css' (array), 'js' (array), 'require' (string)
- $collection : string
-
the name of the webassets collection
- $force : bool
Tags
Return values
mixed —getConfigFileName()
public
getConfigFileName() : string
Return values
string —getConfigIni()
public
getConfigIni() : IniModifierArray
Return values
IniModifierArray —getConfigObj()
public
getConfigObj() : object
Return values
object —getCoordPluginConfig()
public
getCoordPluginConfig(mixed $pluginName) : null|array<string|int, mixed>
Parameters
- $pluginName : mixed
Return values
null|array<string|int, mixed> —getEpId()
public
getEpId() : string
Return values
string —getFileName()
public
getFileName() : string
Return values
string —getModulesList()
public
getModulesList() : array<string|int, string>
Return values
array<string|int, string> —getScriptName()
public
getScriptName() : string
Return values
string —getSingleConfigIni()
public
getSingleConfigIni() : IniModifier|IniModifierReadOnly
Return values
IniModifier|IniModifierReadOnly —getType()
public
getType() : string
Return values
string —getUrlMap()
public
getUrlMap() : XmlEntryPoint
Tags
Return values
XmlEntryPoint —isCliScript()
public
isCliScript() : bool