function UserPictureInstance::fields

Returns available fields on the source.

Return value

array Available fields in the source, keys are the field machine names as used in field mappings, values are descriptions.

Overrides MigrateSourceInterface::fields

File

core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php, line 39

Class

UserPictureInstance
User picture field instance source.

Namespace

Drupal\user\Plugin\migrate\source

Code

public function fields() {
  return [
    'file_directory' => 'The directory to store images..',
    'max_filesize' => 'The maximum allowed file size in KBs.',
    'max_resolution' => "The maximum resolution.",
  ];
}

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