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

Breadcrumb

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

function ProfileFieldSettings::transform

Overrides ProcessPluginBase::transform

File

core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php, line 16

Class

ProfileFieldSettings

Namespace

Drupal\user\Plugin\migrate\process

Code

public function transform($type, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) {
    $settings = [];
    switch ($type) {
        case 'date':
            $settings['datetime_type'] = 'date';
            break;
    }
    return $settings;
}

API Navigation

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