Same name and namespace in other branches
  1. 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.

Paramètres

$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 dans src/Plugin/QuickRender/QuickAccordion.php
QuickUiTabs::optionsForm dans src/Plugin/QuickRender/QuickUiTabs.php

Fichier

src/QuickRenderer.php, line 50

Classe

QuickRenderer
Abstract base class for QuickSet Renderers.

Namespace

Drupal\quicktabs

Code

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