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

Breadcrumb

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

function Migration::getStatus

Overrides MigrationInterface::getStatus

1 call to Migration::getStatus()
Migration::getStatusLabel in core/modules/migrate/src/Plugin/Migration.php
Retrieve a label for the current status.

File

core/modules/migrate/src/Plugin/Migration.php, line 525

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function getStatus() {
    return \Drupal::keyValue('migrate_status')->get($this->id(), static::STATUS_IDLE);
}
RSS feed
Powered by Drupal