You are here

protected property MigrationListBuilder::$currentRouteMatch in Migrate Tools 8.3

Same name and namespace in other branches
  1. 8.5 src/Controller/MigrationListBuilder.php \Drupal\migrate_tools\Controller\MigrationListBuilder::currentRouteMatch
  2. 8 src/Controller/MigrationListBuilder.php \Drupal\migrate_tools\Controller\MigrationListBuilder::currentRouteMatch
  3. 8.2 src/Controller/MigrationListBuilder.php \Drupal\migrate_tools\Controller\MigrationListBuilder::currentRouteMatch
  4. 8.4 src/Controller/MigrationListBuilder.php \Drupal\migrate_tools\Controller\MigrationListBuilder::currentRouteMatch

Default object for current_route_match service.

Type: \Drupal\Core\Routing\CurrentRouteMatch

File

src/Controller/MigrationListBuilder.php, line 31

Class

MigrationListBuilder
Provides a listing of migration entities in a given group.

Namespace

Drupal\migrate_tools\Controller

Code

protected $currentRouteMatch;