Same name in other branches
- 7.x-3.x quicktabs.classes.inc \QuickContent::optionsForm()
Method for returning the form elements to display for this tab type on the admin form.
Paramètres
$delta Integer representing this tab's position in the tabs array.:
$qt An object representing the Quicktabs instance that the tabs are: being built for.
5 methods override QuickContent::optionsForm()
- QuickBlockContent::optionsForm dans src/
Plugin/ QuickContent/ QuickBlockContent.php - Method for returning the form elements to display for this tab type on the admin form.
- QuickCallbackContent::optionsForm dans src/
Plugin/ QuickContent/ QuickCallbackContent.php - Method for returning the form elements to display for this tab type on the admin form.
- QuickNodeContent::optionsForm dans src/
Plugin/ QuickContent/ QuickNodeContent.php - Method for returning the form elements to display for this tab type on the admin form.
- QuickQtabsContent::optionsForm dans src/
Plugin/ QuickContent/ QuickQtabsContent.php - Method for returning the form elements to display for this tab type on the admin form.
- QuickViewContent::optionsForm dans src/
Plugin/ QuickContent/ QuickViewContent.php - Method for returning the form elements to display for this tab type on the admin form.
Fichier
-
src/
QuickContent.php, line 94
Classe
- QuickContent
- Abstract base class for content plugins.
Namespace
Drupal\quicktabsCode
public abstract function optionsForm($delta, $qt);