MigrationCreationTrait.php in Drupal 8
Namespace
Drupal\migrate_drupalFile
core/modules/migrate_drupal/src/MigrationCreationTrait.phpView 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
Name | Description |
---|---|
MigrationCreationTrait Deprecated |