You are here

protected property Route::$pathValidator in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route::pathValidator
  2. 9 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route::pathValidator

The path validator service.

Type: \Drupal\Core\Path\PathValidatorInterface

File

core/modules/migrate/src/Plugin/migrate/process/Route.php, line 65

Class

Route
Sets the destination route information based on the source link_path.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

protected $pathValidator;