function LocaleTranslation::create

Same name and namespace in other branches
  1. 9 core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php \Drupal\locale\Plugin\QueueWorker\LocaleTranslation::create()
  2. 8.9.x core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php \Drupal\locale\Plugin\QueueWorker\LocaleTranslation::create()
  3. 10 core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php \Drupal\locale\Plugin\QueueWorker\LocaleTranslation::create()

Overrides ContainerFactoryPluginInterface::create

File

core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php, line 61

Class

LocaleTranslation
Executes interface translation queue tasks.

Namespace

Drupal\locale\Plugin\QueueWorker

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
    return new static($configuration, $plugin_id, $plugin_definition, $container->get('module_handler'), $container->get('queue')
        ->get('locale_translation', TRUE));
}

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