function ShortcutSetUsers::query

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

Overrides SqlBase::query

File

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

Class

ShortcutSetUsers
Drupal 7 shortcut_set_users source from database.

Namespace

Drupal\shortcut\Plugin\migrate\source\d7

Code

public function query() {
    return $this->select('shortcut_set_users', 'ssu')
        ->fields('ssu');
}

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