function TestMigrationMock::getMigrationDependencies
Get the dependencies for this migration.
Return value
array The dependencies for this migration.
Overrides Migration::getMigrationDependencies
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrationPluginManagerTest.php, line 234
Class
- TestMigrationMock
- A mock migration plugin.
Namespace
Drupal\Tests\migrate\UnitCode
public function getMigrationDependencies() {
// For the purpose of testing, do not expand dependencies.
return $this->migration_dependencies;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.