function UserEntityTranslation::getIds

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

Overrides MigrateSourceInterface::getIds

File

core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php, line 73

Class

UserEntityTranslation
Drupal 7 user entity translations source from database.

Namespace

Drupal\user\Plugin\migrate\source\d7

Code

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

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