Search for render
- Search 3.x for render
- Search 8.x-1.x for render
- Search 6.x-1.x for render
- Search 4.0.x for render
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ajax_example_render_link | function | ajax_example/ |
Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class. |
ajax_example_render_link_ra | function | ajax_example/ |
AJAX-enabled link in a renderable array. |
dbtng_example_convert_resultset_to_table_render_array | function | dbtng_example/ |
This function renders array for table 'dbtng_example' |
dbtng_example_render_resultset_as_table | function | dbtng_example/ |
This function renders a resultset as table |
Example: Render | group | render_example/ |
Demonstrate how render arrays are arranged and how they can be altered. This alters blocks and the page to show the actual render array that is being used to create each item. |
RenderExampleTestCase | class | render_example/ |
Functional tests for the Render Example module. |
RenderExampleTestCase::assertRenderedText | function | render_example/ |
Asserts that the string value of the result is the same as the passed text. |
RenderExampleTestCase::assertRenderResults | function | render_example/ |
Assert that all of the xpaths in the array have results. |
RenderExampleTestCase::getInfo | function | render_example/ |
|
RenderExampleTestCase::setUp | function | render_example/ |
Enable modules and create user with specific permissions. |
RenderExampleTestCase::testRenderExampleBasic | function | render_example/ |
Basic test of rendering through user interaction. |
render_example.css | file | render_example/ |
.render-array { border: 2px solid black; margin-top: 10px; padding-left: 5px; padding-top: 5px; } .render-header { font-size: large; font-style: italic; } .unrendered-label { font-style: italic; margin-top:… |
render_example.info | file | render_example/ |
name = Render example description = Demonstrates drupal_render's capabilities and altering render arrays package = Example modules core = 7.x dependencies[] = devel stylesheets[all][] = render_example.css files[] = render_example.test |
render_example.install | file | render_example/ |
Install, update and uninstall functions for the render_example module. |
render_example.module | file | render_example/ |
Demonstrates render arrays. |
render_example.test | file | render_example/ |
Test for the render example module. |
render_example_add_hr | function | render_example/ |
Alter the rendered output after all other theming. |
render_example_add_prefix | function | render_example/ |
A '#post_render' function to add a little markup onto the end markup. |
render_example_add_suffix | function | render_example/ |
A '#pre_render' function. |
render_example_arrays | function | render_example/ |
Provides a number of render arrays and show what they do. |
render_example_cache_expensive | function | render_example/ |
A potentially expensive function. |
render_example_cache_pre_render | function | render_example/ |
A '#pre_render' function. |
render_example_change_to_ol | function | render_example/ |
Adds a #type to the element before it gets rendered. |
render_example_demo_form | function | render_example/ |
Builds the form that offers options of what items to show. |
render_example_embedded_form | function | render_example/ |
Utility function to build a named form given a set of form elements. |
render_example_info | function | render_example/ |
Simple basic information about the module; an entry point. |
render_example_menu | function | render_example/ |
Implements hook_menu(). |
render_example_page_alter | function | render_example/ |
Implements hook_page_alter(). |
render_example_theme | function | render_example/ |
Implements hook_theme(). |
render_example_uninstall | function | render_example/ |
Implements hook_uninstall(). |
theme_render_array | function | render_example/ |
Themes the render array (from the demonstration page). |
theme_render_example_add_div | function | render_example/ |
Wraps a div around the already-rendered #children. |
theme_render_example_add_notes | function | render_example/ |
Wraps a div and add a little text after the rendered #children. |
theme_render_example_aggregate | function | render_example/ |
A #theme function. |