MigrationCreationTrait.php

Namespace

Drupal\migrate_drupal

File

core/modules/migrate_drupal/src/MigrationCreationTrait.php

View source
<?php

namespace Drupal\migrate_drupal;


/**
 * @deprecated in drupal:8.1.0 and is removed from drupal:9.0.0. Use
 *   \Drupal\migrate_drupal\MigrationConfigurationTrait instead.
 *
 * @see https://www.drupal.org/node/2873794
 */
trait MigrationCreationTrait {
    use MigrationConfigurationTrait;

}

Traits

Title Deprecated Summary
MigrationCreationTrait

in drupal:8.1.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\MigrationConfigurationTrait instead.


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