function SimpleSource::getIds
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ migrate/ tests/ modules/ migrate_plugin_config_test/ src/ Plugin/ migrate/ source/ SimpleSource.php, line 38
Class
- SimpleSource
- Simple source for testing changing configuration.
Namespace
Plugin\migrate\sourceCode
public function getIds() : array {
return [
'foo' => [
'type' => 'string',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.