Same name in other branches
- 4.x src/Form/QuickTabsInstanceEditForm.php \Drupal\quicktabs\Form\QuickTabsInstanceEditForm::create()
Fichier
-
src/
Form/ QuickTabsInstanceEditForm.php, line 60
Classe
- QuickTabsInstanceEditForm
- Class QuickTabsInstanceEditForm.
Namespace
Drupal\quicktabs\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('plugin.manager.tab_renderer'), $container->get('plugin.manager.tab_type'), $container->get('messenger'));
}