Constructs an IsFrontPathCacheContext object.
\Drupal\Core\Path\PathMatcherInterface $path_matcher: The path matcher.
public function __construct(PathMatcherInterface $path_matcher) { $this->pathMatcher = $path_matcher; }