function Variable::getIds
Same name in other branches
- 9 core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php \Drupal\migrate_drupal\Plugin\migrate\source\Variable::getIds()
- 10 core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php \Drupal\migrate_drupal\Plugin\migrate\source\Variable::getIds()
- 11.x core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php \Drupal\migrate_drupal\Plugin\migrate\source\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 87
Class
- Variable
- Drupal variable source from database.
Namespace
Drupal\migrate_drupal\Plugin\migrate\sourceCode
public function getIds() {
$ids['id']['type'] = 'string';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.