public function MappingInterface::getMigrations in GatherContent 8.5
Getter for GatherContent migrations list.
Return value
array Migration id list as array.
1 method overrides MappingInterface::getMigrations()
- Mapping::getMigrations in src/
Entity/ Mapping.php - Getter for GatherContent migrations list.
File
- src/
Entity/ MappingInterface.php, line 170
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getMigrations();