You are here

public function TabRendererInterface::optionsForm in Quick Tabs 8.3

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 in src/TabRendererBase.php
Return form elements used on the edit/add from.

File

src/TabRendererInterface.php, line 19

Class

TabRendererInterface
Defines an interface for tab renderer plugins.

Namespace

Drupal\quicktabs

Code

public function optionsForm(QuickTabsInstance $instance);