Same name in other branches
- 8.x-1.x src/QuickPreRenderedContent.php \Drupal\quicktabs\QuickPreRenderedContent::getUniqueKeys()
Overrides QuickContentRenderable::getUniqueKeys
Fichier
-
./
quicktabs.classes.inc, line 537
Classe
- 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…
Code
public function getUniqueKeys() {
return array(
'class_suffix',
);
}