function ShortcutSet::getIds
Same name in other branches
- 9 core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSet::getIds()
- 10 core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSet::getIds()
- 11.x core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSet::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ shortcut/ src/ Plugin/ migrate/ source/ d7/ ShortcutSet.php, line 37
Class
- ShortcutSet
- Drupal 7 shortcut_set source from database.
Namespace
Drupal\shortcut\Plugin\migrate\source\d7Code
public function getIds() {
$ids['set_name']['type'] = 'string';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.