function Shortcut::getIds

Same name in other branches
  1. 8.9.x core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php \Drupal\shortcut\Plugin\migrate\source\d7\Shortcut::getIds()
  2. 10 core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php \Drupal\shortcut\Plugin\migrate\source\d7\Shortcut::getIds()
  3. 11.x core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php \Drupal\shortcut\Plugin\migrate\source\d7\Shortcut::getIds()

Overrides MigrateSourceInterface::getIds

File

core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php, line 49

Class

Shortcut
Drupal 7 shortcut links source from database.

Namespace

Drupal\shortcut\Plugin\migrate\source\d7

Code

public function getIds() {
    $ids['mlid']['type'] = 'integer';
    return $ids;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.