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

Breadcrumb

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

function UserUpdate7002::create

Overrides ContainerFactoryPluginInterface::create

File

core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php, line 48

Class

UserUpdate7002
Converts user time zones from time zone offsets to time zone names.

Namespace

Drupal\user\Plugin\migrate\process\d6

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
    return new static($configuration, $plugin_id, $plugin_definition, $container->get('config.factory')
        ->get('system.date'));
}
RSS feed
Powered by Drupal