Returns an array of keys, sufficient to represent the content uniquely.

Overrides QuickContentRenderable::getUniqueKeys

File

plugins/QuickViewContent.inc, line 151

Class

QuickViewContent
Class for tab content of type "view" - this is for rendering a view as tab content.

Code

public function getUniqueKeys() {
    return array(
        'vid',
        'display',
    );
}