You are here

protected property ShortcutSetController::$pathValidator in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/shortcut/src/Controller/ShortcutSetController.php \Drupal\shortcut\Controller\ShortcutSetController::pathValidator
  2. 9 core/modules/shortcut/src/Controller/ShortcutSetController.php \Drupal\shortcut\Controller\ShortcutSetController::pathValidator

The path validator.

Type: \Drupal\Core\Path\PathValidatorInterface

File

core/modules/shortcut/src/Controller/ShortcutSetController.php, line 22

Class

ShortcutSetController
Builds the page for administering shortcut sets.

Namespace

Drupal\shortcut\Controller

Code

protected $pathValidator;