Migration.php in Drupal 8
File
core/modules/migrate/src/Plugin/migrate/process/Migration.php
View source
<?php
namespace Drupal\migrate\Plugin\migrate\process;
@trigger_error('The ' . __NAMESPACE__ . '\\Migration is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPACE__ . '\\MigrationLookup', E_USER_DEPRECATED);
class Migration extends MigrationLookup {
}
Classes
Name |
Description |
Migration Deprecated |
Calculates the value of a property based on a previous migration. |