function SqlCountCache::getIds
Same name in other branches
- 9 core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php \Drupal\migrate_sql_count_cache_test\Plugin\migrate\source\SqlCountCache::getIds()
- 10 core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php \Drupal\migrate_sql_count_cache_test\Plugin\migrate\source\SqlCountCache::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ migrate/ tests/ modules/ migrate_sql_count_cache_test/ src/ Plugin/ migrate/ source/ SqlCountCache.php, line 30
Class
- SqlCountCache
- Source plugin for Sql count cache test.
Namespace
Drupal\migrate_sql_count_cache_test\Plugin\migrate\sourceCode
public function getIds() {
return [
'id' => [
'type' => 'integer',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.