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

Breadcrumb

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

function MigrateSkipRowException::getSaveToMap

Whether the thrower wants to record this skip in the map table.

Return value

bool TRUE to record as STATUS_IGNORED in the map, FALSE to skip silently.

File

core/modules/migrate/src/MigrateSkipRowException.php, line 41

Class

MigrateSkipRowException
This exception is thrown when a row should be skipped.

Namespace

Drupal\migrate

Code

public function getSaveToMap() {
    return $this->saveToMap;
}
RSS feed
Powered by Drupal