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

Breadcrumb

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

function UserPictureFile::fields

Overrides MigrateSourceInterface::fields

File

core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php, line 74

Class

UserPictureFile
Drupal 6 user picture source from database.

Namespace

Drupal\user\Plugin\migrate\source\d6

Code

public function fields() {
    return [
        'picture' => "Path to the user's uploaded picture.",
        'filename' => 'The picture filename.',
    ];
}

API Navigation

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