function MessageForm::create

Overrides FormBase::create

File

core/modules/migrate/src/Form/MessageForm.php, line 20

Class

MessageForm
Migrate messages form.

Namespace

Drupal\migrate\Form

Code

public static function create(ContainerInterface $container) {
  $form = new static();
  $form->setStringTranslation($container->get('string_translation'));
  return $form;
}

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