Same name in other branches
- 7.x-3.x quicktabs.classes.inc \QuickPreRenderedContent::getUniqueKeys()
Overrides QuickContentRenderableInterface::getUniqueKeys
File
-
src/
QuickPreRenderedContent.php, line 85
Class
- QuickPreRenderedContent
- This class implements the same interface that content plugins do but it is not a content plugin. It is a special class for pre-rendered content which is used when "custom" tabs are added to existing Quicktabs instances in a call…
Namespace
Drupal\quicktabsCode
public function getUniqueKeys() {
return array(
'class_suffix',
);
}