function TestSqlPrepareQuery::fields
Overrides MigrateSourceInterface::fields
File
-
core/
modules/ migrate/ tests/ modules/ migrate_sql_prepare_query_test/ src/ Plugin/ migrate/ source/ TestSqlPrepareQuery.php, line 44
Class
- TestSqlPrepareQuery
- Source plugin for prepare query test.
Namespace
Drupal\migrate_sql_prepare_query_test\Plugin\migrate\sourceCode
public function fields() {
return [
'id' => 'ID',
'name' => 'Name',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.