Search for render

  1. Search 3.x for render
  2. Search 4.0.x for render
  3. Other projects
Title Object type File name Summary
ajax_example_render_link function ajax_example/ajax_example_misc.inc Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class.
ajax_example_render_link_ra function ajax_example/ajax_example_misc.inc AJAX-enabled link in a renderable array.
dbtng_example_convert_resultset_to_table_render_array function dbtng_example/dbtng_example.module This function renders array for table 'dbtng_example'
dbtng_example_render_resultset_as_table function dbtng_example/dbtng_example.module This function renders a resultset as table
RenderExampleTestCase class render_example/render_example.test Functional tests for the Render Example module.
RenderExampleTestCase::assertRenderedText function render_example/render_example.test Asserts that the string value of the result is the same as the passed text.
RenderExampleTestCase::assertRenderResults function render_example/render_example.test Assert that all of the xpaths in the array have results.
RenderExampleTestCase::getInfo function render_example/render_example.test
RenderExampleTestCase::setUp function render_example/render_example.test Enable modules and create user with specific permissions.
RenderExampleTestCase::testRenderExampleBasic function render_example/render_example.test Basic test of rendering through user interaction.
render_example.css file render_example/render_example.css .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/render_example.info 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/render_example.install Install, update and uninstall functions for the render_example module.
render_example.module file render_example/render_example.module Demonstrates render arrays.
render_example.test file render_example/render_example.test Test for the render example module.
render_example_add_hr function render_example/render_example.module Alter the rendered output after all other theming.
render_example_add_prefix function render_example/render_example.module A '#post_render' function to add a little markup onto the end markup.
render_example_add_suffix function render_example/render_example.module A '#pre_render' function.
render_example_arrays function render_example/render_example.module Provides a number of render arrays and show what they do.
render_example_cache_expensive function render_example/render_example.module A potentially expensive function.
render_example_cache_pre_render function render_example/render_example.module A '#pre_render' function.
render_example_change_to_ol function render_example/render_example.module Adds a #type to the element before it gets rendered.
render_example_demo_form function render_example/render_example.module Builds the form that offers options of what items to show.
render_example_embedded_form function render_example/render_example.module Utility function to build a named form given a set of form elements.
render_example_info function render_example/render_example.module Simple basic information about the module; an entry point.
render_example_menu function render_example/render_example.module Implements hook_menu().
render_example_page_alter function render_example/render_example.module Implements hook_page_alter().
render_example_theme function render_example/render_example.module Implements hook_theme().
render_example_uninstall function render_example/render_example.install Implements hook_uninstall().
theme_render_array function render_example/render_example.module Themes the render array (from the demonstration page).
theme_render_example_add_div function render_example/render_example.module Wraps a div around the already-rendered #children.
theme_render_example_add_notes function render_example/render_example.module Wraps a div and add a little text after the rendered #children.
theme_render_example_aggregate function render_example/render_example.module A #theme function.