function Variable::getIds
Overrides MigrateSourceInterface::getIds
2 methods override Variable::getIds()
- SearchPage::getIds in core/
modules/ search/ src/ Plugin/ migrate/ source/ d6/ SearchPage.php - Defines the source fields uniquely identifying a source row.
- SearchPage::getIds in core/
modules/ search/ src/ Plugin/ migrate/ source/ d7/ SearchPage.php - Defines the source fields uniquely identifying a source row.
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ Variable.php, line 170
Class
- Variable
- Drupal 6/7 variable source from database.
Namespace
Drupal\migrate_drupal\Plugin\migrate\sourceCode
public function getIds() {
$ids['id']['type'] = 'string';
return $ids;
}