public function Route::getOptions

Same name in this branch

Returns the options.

Return value

array The options

File

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

Class

Route
A Route describes a route and its parameters.

Namespace

Symfony\Component\Routing

Code

public function getOptions() {
  return $this->options;
}