You are here

protected property MigrationConfigurationTrait::$followUpMigrationTags in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/src/MigrationConfigurationTrait.php \Drupal\migrate_drupal\MigrationConfigurationTrait::followUpMigrationTags

The follow-up migration tags.

Type: string[]

File

core/modules/migrate_drupal/src/MigrationConfigurationTrait.php, line 42

Class

MigrationConfigurationTrait
Configures the appropriate migrations for a given source Drupal database.

Namespace

Drupal\migrate_drupal

Code

protected $followUpMigrationTags;