You are here

MigrationGroupInterface.php in Migrate Plus 8.3

File

src/Entity/MigrationGroupInterface.php
View source
<?php

namespace Drupal\migrate_plus\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Interface for migration groups.
 */
interface MigrationGroupInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
MigrationGroupInterface Interface for migration groups.