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