You are here

public function Mapping::getMigrations in GatherContent 8.5

Getter for GatherContent migrations list.

Return value

array Migration id list as array.

Overrides MappingInterface::getMigrations

File

src/Entity/Mapping.php, line 325

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getMigrations() {
  return $this
    ->get('migration_definitions');
}