Same name in other branches
- 8.x-1.x src/Plugin/QuickContent/QuickQtabsContent.php \Drupal\quicktabs\Plugin\QuickContent\QuickQtabsContent::getAjaxKeys()
Overrides QuickContentRenderable::getAjaxKeys
File
-
plugins/
QuickQtabsContent.inc, line 62
Class
- QuickQtabsContent
- Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance.
Code
public function getAjaxKeys() {
return array(
'machine_name',
);
}