Same name and namespace in other branches
  1. 8.x-1.x src/QuickRenderer.php \Drupal\quicktabs\QuickRenderer::optionsForm()

Method for returning the form elements to display for this renderer type on the admin form.

Parameters

$qt An object representing the Quicktabs instance that the tabs are: being built for.

2 methods override QuickRenderer::optionsForm()
QuickAccordion::optionsForm in plugins/QuickAccordion.inc
Method for returning the form elements to display for this renderer type on the admin form.
QuickUiTabs::optionsForm in plugins/QuickUiTabs.inc
Method for returning the form elements to display for this renderer type on the admin form.

File

./quicktabs.classes.inc, line 307

Class

QuickRenderer
Abstract base class for QuickSet Renderers.

Code

public static function optionsForm($qt) {
    return array();
}