assetsrevisionConfigCompilerPlugin
in package
implements
ConfigCompilerPluginInterface
Tags
Interfaces, Classes and Traits
- ConfigCompilerPluginInterface
- interface for plugins of jConfigCompiler.
Table of Contents
- atEnd() : mixed
- called after processing module informations.
- atStart() : mixed
- called before processing module informations.
- getPriority() : int
- lower number is higher priority. Numbers lower than 50 are reserved.
- onModule() : mixed
- called for each activated modules.
Methods
atEnd()
called after processing module informations.
public
atEnd(mixed $config) : mixed
Parameters
- $config : mixed
-
the configuration object
Tags
Return values
mixed —atStart()
called before processing module informations.
public
atStart(mixed $config) : mixed
Parameters
- $config : mixed
-
the configuration object
Tags
Return values
mixed —getPriority()
lower number is higher priority. Numbers lower than 50 are reserved.
public
getPriority() : int
Tags
Return values
int —the level of priority
onModule()
called for each activated modules.
public
onModule(mixed $config, mixed $moduleName, mixed $modulePath, mixed $xml) : mixed
Parameters
- $config : mixed
-
the configuration object
- $moduleName : mixed
-
the module name
- $modulePath : mixed
-
the path to the module directory
- $xml : mixed