function ShortcutSetUsers::getIds

Same name in this branch
  1. 9 core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\destination\ShortcutSetUsers::getIds()
Same name in other branches
  1. 8.9.x core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\destination\ShortcutSetUsers::getIds()
  2. 8.9.x core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSetUsers::getIds()
  3. 10 core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\destination\ShortcutSetUsers::getIds()
  4. 10 core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSetUsers::getIds()
  5. 11.x core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\destination\ShortcutSetUsers::getIds()
  6. 11.x core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSetUsers::getIds()

Overrides MigrateSourceInterface::getIds

File

core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php, line 42

Class

ShortcutSetUsers
Drupal 7 shortcut_set_users source from database.

Namespace

Drupal\shortcut\Plugin\migrate\source\d7

Code

public function getIds() {
    return [
        'set_name' => [
            'type' => 'string',
        ],
        'uid' => [
            'type' => 'integer',
        ],
    ];
}

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