You are here

public function NullIdMap::setMessage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php \Drupal\migrate\Plugin\migrate\id_map\NullIdMap::setMessage()
  2. 9 core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php \Drupal\migrate\Plugin\migrate\id_map\NullIdMap::setMessage()

Sets the migrate message service.

Parameters

\Drupal\migrate\MigrateMessageInterface $message: The migrate message service.

Overrides MigrateIdMapInterface::setMessage

File

core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php, line 23

Class

NullIdMap
Defines the null ID map implementation.

Namespace

Drupal\migrate\Plugin\migrate\id_map

Code

public function setMessage(MigrateMessageInterface $message) {

  // Do nothing.
}