Skip to content
Snippets Groups Projects
Commit 408f21ec authored by Jess's avatar Jess
Browse files

Issue #2825088 by kasperg: Migration property not defined in...

Issue #2825088 by kasperg: Migration property not defined in Drupal\migrate\Plugin\migrate\process\Migration
parent 528e126d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -38,6 +38,13 @@ class Migration extends ProcessPluginBase implements ContainerFactoryPluginInter
*/
protected $migrationPluginManager;
/**
* The migration to be executed.
*
* @var \Drupal\migrate\Plugin\MigrationInterface
*/
protected $migration;
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment