Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::label()
  2. 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::label()

Get the plugin label.

Return value

string The label for this migration.

Overrides MigrationInterface::label

File

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

Class

Migration

Namespace

Drupal\migrate\Plugin

Code

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