TourInterface::hasMatchingRoute

public TourInterface::hasMatchingRoute($route_name, $route_params)

Whether the tour matches a given set of route parameters.

Parameters

string $route_name: The route name the parameters are for.

array $route_params: Associative array of raw route params.

Return value

bool TRUE if the tour matches the route parameters.

File

core/modules/tour/src/TourInterface.php, line 31

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function hasMatchingRoute($route_name, $route_params);
doc_Drupal
2016-10-29 09:48:52
Comments
Leave a Comment

Please login to continue.