comparison vendor/symfony/routing/RouteCompilerInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
19 interface RouteCompilerInterface 19 interface RouteCompilerInterface
20 { 20 {
21 /** 21 /**
22 * Compiles the current route instance. 22 * Compiles the current route instance.
23 * 23 *
24 * @param Route $route A Route instance
25 *
26 * @return CompiledRoute A CompiledRoute instance 24 * @return CompiledRoute A CompiledRoute instance
27 * 25 *
28 * @throws \LogicException If the Route cannot be compiled because the 26 * @throws \LogicException If the Route cannot be compiled because the
29 * path or host pattern is invalid 27 * path or host pattern is invalid
30 */ 28 */