function Migration::getMigrationTags

The migration tags.

Return value

array Migration tags.

Overrides MigrationInterface::getMigrationTags

File

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

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.