interface RouteEnhancerInterface implements EnhancerInterface (View source)

deprecated in drupal:8.4.0 and is removed from drupal:9.0.0. Instead, you should use \Drupal\Core\Routing\EnhancerInterface. See https://www.drupal.org/node/2894934 Part of the deprecation means that applies() is now called on runtime instead of compile time.

A route enhance service to determine route enhance rules.

Methods

bool
applies(Route $route)

Declares if the route enhancer applies to the given route.

Details

bool applies(Route $route)

Declares if the route enhancer applies to the given route.

Parameters

Route $route

The route to consider attaching to.

Return Value

bool

TRUE if the check applies to the passed route, False otherwise.