function NoSourceModule::getIds

Same name and namespace in other branches
  1. 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()
  2. 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()
  3. 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 33

Class

NoSourceModule
A test source plugin without a source_module.

Namespace

Drupal\migration_provider_test\Plugin\migrate\source

Code

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.