Same name in other branches
- 7.x-3.x quicktabs.classes.inc \QuickRenderer::optionsForm()
Method for returning the form elements to display for this renderer type on the admin form.
Parameters
$qt \Drupal\quicktabs\QuickSet object representing the Quicktabs instance that the tabs are: being built for.
Return value
array
2 methods override QuickRenderer::optionsForm()
- QuickAccordion::optionsForm in src/
Plugin/ QuickRender/ QuickAccordion.php - QuickUiTabs::optionsForm in src/
Plugin/ QuickRender/ QuickUiTabs.php
File
-
src/
QuickRenderer.php, line 50
Class
- QuickRenderer
- Abstract base class for QuickSet Renderers.
Namespace
Drupal\quicktabsCode
public static function optionsForm($qt) {
return array();
}