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 in 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 in 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 in 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 in ./
quicktabs.classes.inc - This content cannot be rendered via ajax so we don't return any ajax keys.
- QuickQtabsContent::getAjaxKeys in 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…
File
-
./
quicktabs.classes.inc, line 357
Class
- QuickContentRenderable
- Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderable interface.
Code
public function getAjaxKeys();