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() :
- getConfigIni() :
- getConfigObj() :
- getCoordPluginConfig() :
- getEpId() :
- getFileName() :
- getModulesList() :
- getScriptName() :
- getSingleConfigIni() :
- getType() :
- getUrlMap() : XmlEntryPoint
- isCliScript() :
Properties
$entryPoint
protected
EntryPoint
$entryPoint
$globalSetup
protected
GlobalSetup
$globalSetup
$readOnlyConfig
protected
mixed
$readOnlyConfig
= false
Methods
__call()
public
__call(mixed $functionName, mixed $arguments) : mixed
Parameters
- $functionName : mixed
- $arguments : mixed
Return values
mixed —__construct()
public
__construct(EntryPoint $entryPoint, GlobalSetup $globalSetup, mixed $readOnlyConfig) : mixed
Parameters
- $entryPoint : EntryPoint
- $globalSetup : GlobalSetup
- $readOnlyConfig : mixed
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
Return values
mixed —getConfigFileName()
public
getConfigFileName() :
Return values
—getConfigIni()
public
getConfigIni() :
Return values
—getConfigObj()
public
getConfigObj() :
Return values
—getCoordPluginConfig()
public
getCoordPluginConfig(mixed $pluginName) :
Parameters
- $pluginName : mixed
Return values
—getEpId()
public
getEpId() :
Return values
—getFileName()
public
getFileName() :
Return values
—getModulesList()
public
getModulesList() :
Return values
—getScriptName()
public
getScriptName() :
Return values
—getSingleConfigIni()
public
getSingleConfigIni() :
Return values
—getType()
public
getType() :
Return values
—getUrlMap()
public
getUrlMap() : XmlEntryPoint
Return values
XmlEntryPoint —isCliScript()
public
isCliScript() :