Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the render() method above).

6 methods override QuickContentRenderable::getAjaxKeys()
QuickBlockContent::getAjaxKeys dans plugins/QuickBlockContent.inc
Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
QuickCallbackContent::getAjaxKeys dans plugins/QuickCallbackContent.inc
Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
QuickNodeContent::getAjaxKeys dans plugins/QuickNodeContent.inc
Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
QuickPreRenderedContent::getAjaxKeys dans ./quicktabs.classes.inc
This content cannot be rendered via ajax so we don't return any ajax keys.
QuickQtabsContent::getAjaxKeys dans plugins/QuickQtabsContent.inc
Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…

... See full list

Fichier

./quicktabs.classes.inc, line 357

Classe

QuickContentRenderable
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderable interface.

Code

public function getAjaxKeys();