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.
Parameters
$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 in plugins/
QuickBlockContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickCallbackContent::optionsForm in plugins/
QuickCallbackContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickNodeContent::optionsForm in plugins/
QuickNodeContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickQtabsContent::optionsForm in plugins/
QuickQtabsContent.inc - Method for returning the form elements to display for this tab type on the admin form.
- QuickViewContent::optionsForm in plugins/
QuickViewContent.inc - Method for returning the form elements to display for this tab type on the admin form.
File
-
./
quicktabs.classes.inc, line 454
Class
- QuickContent
- Abstract base class for content plugins.
Code
public abstract function optionsForm($delta, $qt);