function NoSourceModule::getIds
Same name in other branches
- 9 core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php \Drupal\migration_provider_test\Plugin\migrate\source\NoSourceModule::getIds()
- 8.9.x core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php \Drupal\migration_provider_test\Plugin\migrate\source\NoSourceModule::getIds()
- 10 core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php \Drupal\migration_provider_test\Plugin\migrate\source\NoSourceModule::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ migrate_drupal_ui/ tests/ modules/ migration_provider_test/ src/ Plugin/ migrate/ source/ NoSourceModule.php, line 35
Class
- NoSourceModule
- A test source plugin without a source_module.
Namespace
Drupal\migration_provider_test\Plugin\migrate\sourceCode
public function getIds() {
throw new \BadMethodCallException('This method should never be called');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.