CompiledRoute::getTokens()

array getTokens() Returns the tokens. Return Value array The tokens

CompiledRoute::getStaticPrefix()

string getStaticPrefix() Returns the static prefix. Return Value string The static prefix

CompiledRoute::getRegex()

string getRegex() Returns the regex. Return Value string The regex

CompiledRoute::getPathVariables()

array getPathVariables() Returns the path variables. Return Value array The variables

CompiledRoute::getHostVariables()

array getHostVariables() Returns the host variables. Return Value array The variables

CompiledRoute::getHostTokens()

array getHostTokens() Returns the host tokens. Return Value array The tokens

CompiledRoute::getHostRegex()

string|null getHostRegex() Returns the host regex. Return Value string|null The host regex or null

CompiledRoute

class CompiledRoute implements Serializable CompiledRoutes are returned by the RouteCompiler class. Methods __construct(string $staticPrefix, string $regex, array $tokens, array $pathVariables, string|null $hostRegex = null, array $hostTokens = array(), array $hostVariables = array(), array $variables = array()) Constructor. serialize() {@inheritdoc} unserialize($serialized) {@inheritdoc} string getStaticPrefix() Returns the static prefix. string getRegex() Returns th

CompilationContextInterface::getSourceDir()

string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. Return Value string An absolute path to a directory.

CompilationContextInterface::getIcuVersion()

string getIcuVersion() Returns the ICU version of the bundles being converted. Return Value string The ICU version string.