You are here

protected property PageNotFoundEventSubscriber::$pathValidator in Apigee API Catalog 8

Same name and namespace in other branches
  1. 8.2 src/EventSubscriber/PageNotFoundEventSubscriber.php \Drupal\apigee_api_catalog\EventSubscriber\PageNotFoundEventSubscriber::pathValidator

The path validator service.

Type: \Drupal\Core\Path\PathValidatorInterface

File

src/EventSubscriber/PageNotFoundEventSubscriber.php, line 43

Class

PageNotFoundEventSubscriber
Handles not found exceptions for apidoc entities.

Namespace

Drupal\apigee_api_catalog\EventSubscriber

Code

protected $pathValidator;