You are here

public function MigrationInterface::getStatusLabel in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/MigrationInterface.php \Drupal\migrate\Entity\MigrationInterface::getStatusLabel()

Retrieve a label for the current status.

Return value

string User-friendly string corresponding to a STATUS_ constant.

1 method overrides MigrationInterface::getStatusLabel()
Migration::getStatusLabel in core/modules/migrate/src/Entity/Migration.php
Retrieve a label for the current status.

File

core/modules/migrate/src/Entity/MigrationInterface.php, line 191
Contains \Drupal\migrate\Entity\MigrationInterface.

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

public function getStatusLabel();