MigrationInterface.php in Migrate Plus 8.5
Same filename and directory in other branches
Namespace
Drupal\migrate_plus\EntityFile
src/Entity/MigrationInterface.phpView source
<?php
namespace Drupal\migrate_plus\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Interface for migrations.
*/
interface MigrationInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
MigrationInterface | Interface for migrations. |