RouteMatch

Default object representing the results of routing.

Hierarchy

File

core/lib/Drupal/Core/Routing/RouteMatch.php, line 13

Namespace

Drupal\Core\Routing

Members

Name Modifiers Type Description
RouteMatch::$parameters protected property A key|value store of parameters.
RouteMatch::$rawParameters protected property A key|value store of raw parameters.
RouteMatch::$route protected property The route.
RouteMatch::$routeName protected property The route name.
RouteMatch::createFromRequest public static function Creates a RouteMatch from a request.
RouteMatch::getParameter public function Returns the processed value of a named route parameter. Overrides RouteMatchInterface::getParameter
RouteMatch::getParameterNames protected function Returns the names of all parameters for the currently matched route.
RouteMatch::getParameters public function Returns the bag of all processed route parameters. Overrides RouteMatchInterface::getParameters
RouteMatch::getRawParameter public function Returns the raw value of a named route parameter. Overrides RouteMatchInterface::getRawParameter
RouteMatch::getRawParameters public function Returns the bag of all raw route parameters. Overrides RouteMatchInterface::getRawParameters
RouteMatch::getRouteName public function Returns the route name. Overrides RouteMatchInterface::getRouteName
RouteMatch::getRouteObject public function Returns the route object. Overrides RouteMatchInterface::getRouteObject
RouteMatch::__construct public function Constructs a RouteMatch object.
doc_Drupal
2016-10-29 09:39:05
Comments
Leave a Comment

Please login to continue.