You are here

public function TabTypeInterface::optionsForm in Quick Tabs 8.3

Return form elements used on the edit/add from.

Parameters

array $tab: The array tab for display.

Return value

array The options used for displaying tabs.

1 method overrides TabTypeInterface::optionsForm()
TabTypeBase::optionsForm in src/TabTypeBase.php
Return form elements used on the edit/add from.

File

src/TabTypeInterface.php, line 21

Class

TabTypeInterface
Defines an interface for tab type plugins.

Namespace

Drupal\quicktabs

Code

public function optionsForm(array $tab);