Méthode |
Description |
|
afterCompile ( ClassType $class ) : void |
Adjusts DI container compiled to PHP class. Intended to be overridden by descendant. |
|
beforeCompile ( ) : void |
Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant. |
|
getConfig ( ) : array |
Returns extension configuration. |
|
getContainerBuilder ( ) : ContainerBuilder |
|
|
loadConfiguration ( ) : void |
Processes configuration data. Intended to be overridden by descendant. |
|
loadFromFile ( $file ) : array |
Reads configuration from file. |
|
prefix ( $id ) : string |
Prepend extension name to identifier or service name. |
|
setCompiler ( Compiler $compiler, $name ) |
|
|
setConfig ( array $config ) |
|
|
validateConfig ( array $expected, array $config = NULL, $name = NULL ) : array |
Checks whether $config contains only $expected items and returns combined array. |
|