function SearchPage::getIds
Overrides Variable::getIds
File
-
core/
modules/ search/ src/ Plugin/ migrate/ source/ d7/ SearchPage.php, line 68
Class
- SearchPage
- Drupal 7 search active core modules and rankings source from database.
Namespace
Drupal\search\Plugin\migrate\source\d7Code
public function getIds() {
$ids['module']['type'] = 'string';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.