function Role::query

Return value

\Drupal\Core\Database\Query\SelectInterface

Overrides SqlBase::query

File

core/modules/user/src/Plugin/migrate/source/d7/Role.php, line 26

Class

Role
Drupal 7 role source from database.

Namespace

Drupal\user\Plugin\migrate\source\d7

Code

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

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