Returns the pattern for the path.
Return value
string The path pattern
File
 
   - drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php, line 156
Class
  
  - Route 
- A Route describes a route and its parameters.
Namespace
  Symfony\Component\Routing
Code
public function getPath() {
  return $this->path;
}