Skip to content
Snippets Groups Projects
Commit 4471e308 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2778445 by neclimdul, anish.a, Charlotte17, arturs.v, iMiksu, heddn,...

Issue #2778445 by neclimdul, anish.a, Charlotte17, arturs.v, iMiksu, heddn, mikeryan: Add migration message property to migrate executable
parent a55967de
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,15 @@ class MigrateExecutable implements MigrateExecutableInterface {
*/
protected $eventDispatcher;
/**
* Migration message service.
*
* @todo https://www.drupal.org/node/2822663 Make this protected.
*
* @var \Drupal\migrate\MigrateMessageInterface
*/
public $message;
/**
* Constructs a MigrateExecutable and verifies and sets the memory limit.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment