public function Migration::label in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::label()
- 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 389
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
public function label() {
return $this->label;
}