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

Breadcrumb

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

function ProfileFieldValues::getIds

Overrides MigrateSourceInterface::getIds

File

core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php, line 90

Class

ProfileFieldValues
Drupal 6 profile fields values source from database.

Namespace

Drupal\user\Plugin\migrate\source\d6

Code

public function getIds() {
    return [
        'uid' => [
            'type' => 'integer',
            'alias' => 'pv',
        ],
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal