You are here

public static function Blazy::routeMatch in Blazy 8.2

Returns a wrapper to pass tests, or DI where adding params is troublesome.

1 call to Blazy::routeMatch()
BlazyManagerBase::getCommonSettings in src/BlazyManagerBase.php
Returns the common UI settings inherited down to each item.

File

src/Blazy.php, line 482

Class

Blazy
Provides common blazy utility static methods.

Namespace

Drupal\blazy

Code

public static function routeMatch() {
  return \Drupal::routeMatch();
}