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