Same name in other branches
- 8.x-1.x src/Plugin/QuickContent/QuickBlockContent.php \Drupal\quicktabs\Plugin\QuickContent\QuickBlockContent::getAjaxKeys()
Overrides QuickContentRenderable::getAjaxKeys
File
-
plugins/
QuickBlockContent.inc, line 97
Class
- QuickBlockContent
- Class for tab content of type "block" - this is for rendering a block as tab content.
Code
public function getAjaxKeys() {
return array(
'bid',
'hide_title',
);
}