public function Route::setPattern

Same name in this branch

Deprecated

Deprecated in 2.2, to be removed in 3.0. Use setPath instead.

File

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

Class

Route
Annotation class for @Route().

Namespace

Symfony\Component\Routing\Annotation

Code

public function setPattern($pattern) {
  $this->path = $pattern;
}