WebProfilerExtension::load()

load(array $configs, ContainerBuilder $container) Loads the web profiler configuration. Parameters array $configs An array of configuration values ContainerBuilder $container A ContainerBuilder instance

WebProfilerExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

WebProfilerExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

WebProfilerExtension::getName()

getName() {@inheritdoc}

WebProfilerExtension::getFunctions()

getFunctions() {@inheritdoc}

WebProfilerExtension::dumpValue()

dumpValue($value) Parameters $value

WebProfilerExtension

class WebProfilerExtension extends Extension WebProfilerExtension. Usage: <webprofiler:config toolbar="true" intercept-redirects="true" /> Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuild

WebProfilerExtension

class WebProfilerExtension extends Twig_Extension Twig extension for the profiler. Methods getFunctions() {@inheritdoc} dumpValue($value) getName() {@inheritdoc} Details getFunctions() {@inheritdoc} dumpValue($value) Parameters $value getName() {@inheritdoc}

WebProfilerBundle

class WebProfilerBundle extends Bundle Bundle. Methods setContainer(ContainerInterface $container = null) Sets the Container associated with this Controller. from ContainerAware boot() Boots the Bundle. from Bundle shutdown() Shutdowns the Bundle. from Bundle build(ContainerBuilder $container) Builds the bundle. from Bundle ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. from Bundle string getNamespace() Gets the Bundle namesp

WebProcessor

class WebProcessor extends WebProcessor WebProcessor override to read from the HttpFoundation's Request. Methods __construct(array $extraFields = null) onKernelRequest(GetResponseEvent $event) Details __construct(array $extraFields = null) Parameters array $extraFields onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event