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

Return form elements used on the edit/add from.

Return value

array The options used for displaying tabs.

1 method overrides TabRendererInterface::optionsForm()
TabRendererBase::optionsForm dans src/TabRendererBase.php
Return form elements used on the edit/add from.

Fichier

src/TabRendererInterface.php, line 19

Classe

TabRendererInterface
Defines an interface for tab renderer plugins.

Namespace

Drupal\quicktabs

Code

public function optionsForm(QuickTabsInstance $instance);