- Search 4.x for render
- Search 7.x-2.x for render
- Search 7.x-3.x for render
- Search 8.x-3.x for render
- Other projects
Titre | Object type | Nom du fichier | Résumé |
---|---|---|---|
QuickAccordion::render | function | src/ |
|
QuickBlockContent::render | function | src/ |
Renders the content. |
QuickCallbackContent::render | function | src/ |
Renders the content. |
QuickContent::$rendered_content | property | src/ |
A render array of the contents. |
QuickContentRenderableInterface | interface | src/ |
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface. |
QuickContentRenderableInterface.php | file | src/ |
|
QuickContentRenderableInterface::getAjaxKeys | function | src/ |
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… |
QuickContentRenderableInterface::getSettings | function | src/ |
Returns an array of settings specific to the type of content. |
QuickContentRenderableInterface::getTitle | function | src/ |
Returns the tab title. |
QuickContentRenderableInterface::getType | function | src/ |
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'. |
QuickContentRenderableInterface::getUniqueKeys | function | src/ |
Returns an array of keys, sufficient to represent the content uniquely. |
QuickContentRenderableInterface::render | function | src/ |
Renders the content. |
QuickNodeContent::render | function | src/ |
Renders the content. |
QuickPreRenderedContent | class | src/ |
This class implements the same interface that content plugins do but it is not a content plugin. It is a special class for pre-rendered content which is used when "custom" tabs are added to existing Quicktabs instances in a call… |
QuickPreRenderedContent.php | file | src/ |
|
QuickPreRenderedContent::$rendered_content | property | src/ |
A render array of the contents. |
QuickPreRenderedContent::$settings | property | src/ |
An array containing the information that defines the tab content, specific to its type. |
QuickPreRenderedContent::$title | property | src/ |
Used as the title of the tab. |
QuickPreRenderedContent::getAjaxKeys | function | src/ |
This content cannot be rendered via ajax so we don't return any ajax keys. |
QuickPreRenderedContent::getSettings | function | src/ |
Accessor for the tab settings. |
QuickPreRenderedContent::getTitle | function | src/ |
Accessor for the tab title. |
QuickPreRenderedContent::getType | function | src/ |
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'. |
QuickPreRenderedContent::getUniqueKeys | function | src/ |
Returns an array of keys, sufficient to represent the content uniquely. |
QuickPreRenderedContent::render | function | src/ |
The render method simply returns the contents that were passed in and stored during construction. |
QuickPreRenderedContent::__construct | function | src/ |
Constructor |
QuickQtabsContent::render | function | src/ |
Renders the content. |
QuickQuicktabs::render | function | src/ |
|
QuickRenderer | class | src/ |
Abstract base class for QuickSet Renderers. |
QuickRenderer.php | file | src/ |
|
QuickRenderer::$quickset | property | src/ |
|
QuickRenderer::getTitle | function | src/ |
Accessor method for the title. |
QuickRenderer::optionsForm | function | src/ |
Method for returning the form elements to display for this renderer type on the admin form. |
QuickRenderer::render | function | src/ |
The only method that renderer plugins must implement. |
QuickRenderer::__construct | function | src/ |
Constructor |
QuickSet::$renderer | property | src/ |
|
QuickSet::ajaxRenderContent | function | src/ |
Static method to retrieve content from an ajax call. This is called by the quicktabs_ajax() callback in quicktabs.module. |
QuickSet::getContentRenderer | function | src/ |
Returns a reference to an object that implements the QuickContentRenderableInterface. |
QuickSet::getRenderer | function | src/ |
|
QuickSet::QuickSetRendererFactory | function | src/ |
Instantiate, populate and return a QuickSet object wrapped in a renderer. |
quickset_renderer_factory | function | ./ |
Returns a renderered QuickSet. |
QuicktabContentInterface::render | function | src/ |
|
quicktabs_quicktabs_renderers | function | ./ |
Implements hook_quicktabs_renderers(). |
quicktabs_style_plugin::render | function | includes/ |
|
QuickUiTabs::render | function | src/ |
|
QuickViewContent::render | function | src/ |
Renders the content. |