Same name in other branches
- 8.x-3.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 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\quicktabsCode
public function optionsForm(QuickTabsInstance $instance);