function Extension::getIds

Same name and namespace in other branches
  1. 11.x core/modules/system/src/Plugin/migrate/source/Extension.php \Drupal\system\Plugin\migrate\source\Extension::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\source

Code

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.