class WebProfilerExtension extends Extension
WebProfilerExtension.
Usage:
<webprofiler:config
toolbar="true"
intercept-redirects="true"
/>
Methods
| array |
getClassesToCompile()
Gets the classes to cache. |
from Extension |
|
addClassesToCompile(array $classes)
Adds classes to the class cache. |
from Extension | |
|
load(array $configs, ContainerBuilder $container)
Loads the web profiler configuration. |
||
| string |
getXsdValidationBasePath()
Returns the base path for the XSD files. |
|
| getNamespace() |
Details
in Extension at line 30
public array
getClassesToCompile()
Gets the classes to cache.
in Extension at line 40
public
addClassesToCompile(array $classes)
Adds classes to the class cache.
at line 40
public
load(array $configs, ContainerBuilder $container)
Loads the web profiler configuration.
at line 66
public string
getXsdValidationBasePath()
Returns the base path for the XSD files.