Overrides MigrationInterface::getStatusLabel
public function getStatusLabel() { $status = $this->getStatus(); if (isset($this->statusLabels[$status])) { return $this->statusLabels[$status]; } else { return ''; } }