RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Base RuntimeException for the PropertyAccess component.

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface RuntimeException for the Process Component.

RoutingExtension::getName()

getName() {@inheritdoc}

RoutingExtension::getUrl()

getUrl($name, $parameters = array(), $schemeRelative = false) Parameters $name $parameters $schemeRelative

RoutingResolverPass

class RoutingResolverPass implements CompilerPassInterface Adds tagged routing.loader services to routing.resolver service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

RoutingExtension::getFunctions()

array getFunctions() Returns a list of functions to add to the existing list. Return Value array An array of functions

RoutingExtension::isUrlGenerationSafe()

array isUrlGenerationSafe(Twig_Node $argsNode) Determines at compile time whether the generated URL will be safe and thus saving the unneeded automatic escaping for performance reasons. The URL generation process percent encodes non-alphanumeric characters. So there is no risk that malicious/invalid characters are part of the URL. The only character within an URL that must be escaped in html is the ampersand ("&") which separates query params. So we cannot mark the URL genera

RoutingExtension::getPath()

getPath($name, $parameters = array(), $relative = false) Parameters $name $parameters $relative

RouterMatchCommand

class RouterMatchCommand extends ContainerAwareCommand A console command to test route matching. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command App

RoutingExtension

class RoutingExtension extends Twig_Extension Provides integration of the Routing component with Twig. Methods __construct(UrlGeneratorInterface $generator) array getFunctions() Returns a list of functions to add to the existing list. getPath($name, $parameters = array(), $relative = false) getUrl($name, $parameters = array(), $schemeRelative = false) array isUrlGenerationSafe(Twig_Node $argsNode) Determines at compile time whether the generated URL will be safe an