You are here

public function MigrateIdMapInterface::setMessage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::setMessage()

Sets the migrate message.

Parameters

\Drupal\migrate\MigrateMessageInterface $message: The message to display.

1 method overrides MigrateIdMapInterface::setMessage()
Sql::setMessage in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Sets the migrate message.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 246
Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function setMessage(MigrateMessageInterface $message);