Same name in other branches
- 8.x-1.x src/Plugin/QuickContent/QuickCallbackContent.php \Drupal\quicktabs\Plugin\QuickContent\QuickCallbackContent::getUniqueKeys()
Overrides QuickContentRenderable::getUniqueKeys
File
-
plugins/
QuickCallbackContent.inc, line 103
Class
- QuickCallbackContent
- Class for tab content of type "callback" - this is for rendering the contents of some menu callback function as tab content.
Code
public function getUniqueKeys() {
return array(
'ajax_path',
);
}