You are here

abstract public function TabTypeBase::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.

Overrides TabTypeInterface::optionsForm

4 methods override TabTypeBase::optionsForm()
BlockContent::optionsForm in src/Plugin/TabType/BlockContent.php
Return form elements used on the edit/add from.
NodeContent::optionsForm in src/Plugin/TabType/NodeContent.php
Return form elements used on the edit/add from.
QtabsContent::optionsForm in src/Plugin/TabType/QtabsContent.php
Return form elements used on the edit/add from.
ViewContent::optionsForm in src/Plugin/TabType/ViewContent.php
Return form elements used on the edit/add from.

File

src/TabTypeBase.php, line 25

Class

TabTypeBase
Base implementation for plugins that add tabbed output.

Namespace

Drupal\quicktabs

Code

public abstract function optionsForm(array $tab);