Same name in other branches
- 7.x-3.x plugins/QuickBlockContent.inc \QuickBlockContent::getAjaxKeys()
Overrides QuickContentRenderableInterface::getAjaxKeys
File
-
src/
Plugin/ QuickContent/ QuickBlockContent.php, line 121
Class
- QuickBlockContent
- Class for tab content of type "block" - this is for rendering a block as tab content. @QuicktabFormat{ id = "quickblockcontent
Namespace
Drupal\quicktabs\Plugin\QuickContentCode
public function getAjaxKeys() {
return array(
'bid',
'hide_title',
);
}