function Extension::getIds
Same name in other branches
- 8.9.x core/modules/system/src/Plugin/migrate/source/Extension.php \Drupal\system\Plugin\migrate\source\Extension::getIds()
- 10 core/modules/system/src/Plugin/migrate/source/Extension.php \Drupal\system\Plugin\migrate\source\Extension::getIds()
- 11.x core/modules/system/src/Plugin/migrate/source/Extension.php \Drupal\system\Plugin\migrate\source\Extension::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ system/ src/ Plugin/ migrate/ source/ Extension.php, line 82
Class
- Extension
- Drupal 6/7 system data for a legacy extension source from database.
Namespace
Drupal\system\Plugin\migrate\sourceCode
public function getIds() {
$ids['name']['type'] = 'string';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.