LocaleBundleTransformationRule
class LocaleBundleTransformationRule implements TransformationRuleInterface
The rule for compiling the locale bundle.
Methods
No description
Returns the name of the compiled resource bundle.
Runs instructions to be executed before compiling the sources of the resource bundle.
Runs instructions to be executed after compiling the sources of the resource bundle.
Runs instructions to be executed before creating the stub version of the resource bundle.
Runs instructions to be executed after creating the stub version of the resource bundle.
Details
at line line 37
__construct()
at line line 46
string
getBundleName()
Returns the name of the compiled resource bundle.
at line line 54
string[]
beforeCompile(CompilationContextInterface $context)
Runs instructions to be executed before compiling the sources of the resource bundle.
at line line 69
afterCompile(CompilationContextInterface $context)
Runs instructions to be executed after compiling the sources of the resource bundle.
at line line 77
mixed
beforeCreateStub(StubbingContextInterface $context)
Runs instructions to be executed before creating the stub version of the resource bundle.
at line line 87
afterCreateStub(StubbingContextInterface $context)
Runs instructions to be executed after creating the stub version of the resource bundle.