Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RouteCompilerInterface.php

function RouteCompilerInterface::compile

Compiles the current route instance.

Throws

\LogicException If the Route cannot be compiled because the path or host pattern is invalid

1 method overrides RouteCompilerInterface::compile()
RouteCompiler::compile in vendor/symfony/routing/RouteCompiler.php

File

vendor/symfony/routing/RouteCompilerInterface.php, line 27

Class

RouteCompilerInterface
RouteCompilerInterface is the interface that all RouteCompiler classes must implement.

Namespace

Symfony\Component\Routing

Code

public static function compile(Route $route) : CompiledRoute;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal