You are here

MigrationCreationTrait.php in Drupal 8

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

Namesort descending Description
MigrationCreationTrait Deprecated