function UserData::fields

Same name in other branches
  1. 9 core/modules/user/src/Plugin/migrate/destination/UserData.php \Drupal\user\Plugin\migrate\destination\UserData::fields()
  2. 10 core/modules/user/src/Plugin/migrate/destination/UserData.php \Drupal\user\Plugin\migrate\destination\UserData::fields()
  3. 11.x core/modules/user/src/Plugin/migrate/destination/UserData.php \Drupal\user\Plugin\migrate\destination\UserData::fields()

Overrides MigrateDestinationInterface::fields

File

core/modules/user/src/Plugin/migrate/destination/UserData.php, line 81

Class

UserData
Plugin annotation @MigrateDestination( id = "user_data" )

Namespace

Drupal\user\Plugin\migrate\destination

Code

public function fields(MigrationInterface $migration = NULL) {
    return [
        'uid' => 'The user id.',
        'module' => 'The module name responsible for the settings.',
        'key' => 'The setting key to save under.',
        'settings' => 'The settings to save.',
    ];
}

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