public static function ConfigTranslateForm::create

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container:

Return value

static

File

sources/tmgmt_config/src/Form/ConfigTranslateForm.php, line 60

Class

ConfigTranslateForm
Configuration translation overview form.

Namespace

Drupal\tmgmt_config\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('plugin.manager.config_translation.mapper'), $container
    ->get('current_route_match'));
}