CompiledRoute |
class |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
A compiled route contains derived information from a route object. |
CompiledRoute |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
CompiledRoutes are returned by the RouteCompiler class. |
Merge::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
Select::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Check whether a condition has been previously compiled. |
Update::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
Route::$compiled |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Delete::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Delete.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
CompiledRoute.php |
file |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Definition of Drupal\Core\Routing\CompiledRoute. |
CompiledRoute.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRouteTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php |
|
Truncate::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
CompiledRoute::$fit |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The fitness of this route. |
Condition::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
CompiledRouteTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php |
|
CompiledRoute::$route |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The Route object of which this object is the compiled version. |
CompiledRoute::getFit |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the fit of this route. |
CompiledRoute::$regex |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
services9_compiled.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
|
CompiledRoute::$tokens |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::getRoute |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the Route instance. |
CompiledRoute::getRegex |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the regex. |
CompiledRoute::$numParts |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The number of parts in the path of this route. |
CompiledRoute::getTokens |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the tokens. |
SelectExtender::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Check whether a condition has been previously compiled. |
AsseticNode::compileDebug |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php |
|
CompiledRoute::getPattern |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the pattern. |
CompiledRoute::getOptions |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the options. |
CompiledRoute::$variables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::$hostRegex |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Constructs a new compiled route object. |
CompiledRoute::getNumParts |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the number of parts in this route's path. |
CompiledRoute::getDefaults |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the defaults. |
CompiledRoute::$hostTokens |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Constructor. |
CompiledRoute::getHostRegex |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the host regex |
CompiledRoute::getVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the variables. |
CompiledRoute::$staticPrefix |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
ConditionInterface::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php |
Check whether a condition has been previously compiled. |
CompiledRoute::getHostTokens |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the host tokens. |
CompiledRoute::$pathVariables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::$hostVariables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
UrlMatcherTest::$routeCompiled |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php |
|
CompiledRoute::$patternOutline |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The pattern outline of this route. |
CompiledRoute::getRequirements |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the requirements. |
CompiledRoute::getStaticPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the static prefix. |
CompiledRoute::getPathVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the path variables. |
CompiledRoute::getHostVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the host variables. |
CompiledRoute::getPatternOutline |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the pattern outline of this route. |
CompiledRouteTest::testAccessors |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php |
|
DrupalKernelTest::testCompileDIC |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php |
Tests DIC compilation. |