Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Role.php

function Role::getIds

Same name in this branch
  1. 11.1.x core/modules/user/src/Plugin/migrate/source/d6/Role.php \Drupal\user\Plugin\migrate\source\d6\Role::getIds()

Overrides MigrateSourceInterface::getIds

File

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

Class

Role
Drupal 7 role source from database.

Namespace

Drupal\user\Plugin\migrate\source\d7

Code

public function getIds() {
    $ids['rid']['type'] = 'integer';
    return $ids;
}
RSS feed
Powered by Drupal