Same name in other branches
- 8.x-1.x src/QuickContent.php \Drupal\quicktabs\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 plugins/
QuickBlockContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickCallbackContent::optionsForm dans plugins/
QuickCallbackContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickNodeContent::optionsForm dans plugins/
QuickNodeContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickQtabsContent::optionsForm dans plugins/
QuickQtabsContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickViewContent::optionsForm dans plugins/
QuickViewContent.inc - Method for returning the form elements to display for this tab type on the admin form.
Fichier
-
./
quicktabs.classes.inc, line 454
Classe
- QuickContent
- Abstract base class for content plugins.
Code
public abstract function optionsForm($delta, $qt);