Returns an array of keys, sufficient to represent the content uniquely.
Overrides QuickContentRenderable::getUniqueKeys
File
-
plugins/
QuickBlockContent.inc, line 101
Class
- QuickBlockContent
- Class for tab content of type "block" - this is for rendering a block as tab content.
Code
public function getUniqueKeys() {
return array(
'bid',
);
}