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

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

Paramètres

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

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

Fichier

./quicktabs.classes.inc, line 307

Classe

QuickRenderer
Abstract base class for QuickSet Renderers.

Code

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