Same name and namespace in other branches
  1. 4.x src/Form/QuickTabsInstanceEditForm.php \Drupal\quicktabs\Form\QuickTabsInstanceEditForm::create()

File

src/Form/QuickTabsInstanceEditForm.php, line 60

Class

QuickTabsInstanceEditForm
Class QuickTabsInstanceEditForm.

Namespace

Drupal\quicktabs\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('plugin.manager.tab_renderer'), $container->get('plugin.manager.tab_type'), $container->get('messenger'));
}