public function Route::getPattern

Same name in this branch

Returns the pattern.

Return value

string The pattern

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php, line 82

Class

Route
A Route describes a route and its parameters.

Namespace

Symfony\Component\Routing

Code

public function getPattern() {
  return $this->pattern;
}