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

Breadcrumb

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

function MigrateException::getStatus

Gets the status of the current item.

Return value

int An integer status code. @see MigrateMap::STATUS_*

File

core/modules/migrate/src/MigrateException.php, line 72

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

Code

public function getStatus() {
    return $this->status;
}

API Navigation

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