Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateExecutable.php

function MigrateExecutable::saveMessage

Overrides MigrateExecutableInterface::saveMessage

2 calls to MigrateExecutable::saveMessage()
MigrateExecutable::handleException in core/modules/migrate/src/MigrateExecutable.php
Takes an Exception object and both saves and displays it.
MigrateExecutable::import in core/modules/migrate/src/MigrateExecutable.php
Performs an import operation - migrate items from source to destination.

File

core/modules/migrate/src/MigrateExecutable.php, line 494

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

public function saveMessage($message, $level = MigrationInterface::MESSAGE_ERROR) {
    $this->getIdMap()
        ->saveMessage($this->sourceIdValues, $message, $level);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal