Name Locationsort descending Description
render_example_menu modules/examples/render_example/render_example.module Implements hook_menu().
render_example_info modules/examples/render_example/render_example.module Simple basic information about the module; an entry point.
render_example_arrays modules/examples/render_example/render_example.module Provides a number of render arrays and show what they do.
render_example_cache_pre_render modules/examples/render_example/render_example.module A '#pre_render' function.
render_example_cache_expensive modules/examples/render_example/render_example.module A potentially expensive function.
render_example_add_suffix modules/examples/render_example/render_example.module A '#pre_render' function.
render_example_add_prefix modules/examples/render_example/render_example.module A '#post_render' function to add a little markup onto the end markup.
theme_render_example_aggregate modules/examples/render_example/render_example.module A #theme function.
render_example_theme modules/examples/render_example/render_example.module Implements hook_theme().
theme_render_example_add_div modules/examples/render_example/render_example.module Wraps a div around the already-rendered #children.
theme_render_example_add_notes modules/examples/render_example/render_example.module Wraps a div and add a little text after the rendered #children.
theme_render_array modules/examples/render_example/render_example.module Themes the render array (from the demonstration page).
RenderExampleTestCase::setUp modules/examples/render_example/tests/render_example.test Enable modules and create user with specific permissions.
RenderExampleTestCase::assertRenderedText modules/examples/render_example/tests/render_example.test Asserts that the string value of the result is the same as the passed text.
RenderExampleTestCase::testRenderExampleBasic modules/examples/render_example/tests/render_example.test Basic test of rendering through user interaction.
simpletest_example_install modules/examples/simpletest_example/simpletest_example.install Implements hook_install().
simpletest_example_permission modules/examples/simpletest_example/simpletest_example.module Implements hook_permission().
simpletest_example_node_access modules/examples/simpletest_example/simpletest_example.module Implements hook_node_access().
simpletest_example_form modules/examples/simpletest_example/simpletest_example.module Implements hook_form().
simpletest_example_menu modules/examples/simpletest_example/simpletest_example.module Implements hook_menu().
_simpletest_example_explanation modules/examples/simpletest_example/simpletest_example.module Returns an explanation of this module.
simpletest_example_empty_mysql_date modules/examples/simpletest_example/simpletest_example.module A simple self-contained function used to demonstrate unit tests.
SimpleTestExampleTestCase::setUp modules/examples/simpletest_example/tests/simpletest_example.test Set up the test environment.
SimpleTestExampleTestCase::testSimpleTestExampleCreate modules/examples/simpletest_example/tests/simpletest_example.test Create a simpletest_example node using the node form.
SimpleTestExampleTestCase::testSimpleTestExampleEdit modules/examples/simpletest_example/tests/simpletest_example.test Create a simpletest_example node and then see if our user can edit it.
SimpleTestExampleTestCase::runningOnTestbot modules/examples/simpletest_example/tests/simpletest_example.test Detect if we're running on PIFR testbot.
SimpleTestUnitTestExampleTestCase::setUp modules/examples/simpletest_example/tests/simpletest_example.test Set up the test environment.
SimpleTestUnitTestExampleTestCase::testSimpleTestUnitTestExampleFunction modules/examples/simpletest_example/tests/simpletest_example.test Test simpletest_example_empty_mysql_date().
SimpleTestExampleMockModuleTestCase::setUp modules/examples/simpletest_example/tests/simpletest_example.test Set up the test environment.
SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule modules/examples/simpletest_example/tests/simpletest_example.test Test modifications made by our mock module.
simpletest_example_test_node_view modules/examples/simpletest_example/tests/simpletest_example_test/simpletest_example_test.module Implements hook_node_view().
tabledrag_example_schema modules/examples/tabledrag_example/tabledrag_example.install Implements hook_schema().
tabledrag_example_install modules/examples/tabledrag_example/tabledrag_example.install Implements hook_install().
tabledrag_example_menu modules/examples/tabledrag_example/tabledrag_example.module Implements hook_menu().
tabledrag_example_theme modules/examples/tabledrag_example/tabledrag_example.module Implements hook_theme().
tabledrag_example_parent_form modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Build the parent-child example form.
theme_tabledrag_example_parent_form modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Theme callback for the tabledrag_example_parent_form form.
tabledrag_example_parent_form_submit modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Submit callback for the tabledrag_example_parent_form form.
tabledrag_example_parent_get_data modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Retrieves the tree structure from database, and sorts by parent/child/weight.
tabledrag_example_get_tree modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Recursively adds to the $itemtree array, ordered by parent/child/weight.
tabledrag_example_simple_form modules/examples/tabledrag_example/tabledrag_example_simple_form.inc Build the tabledrag_simple_example_form form.
theme_tabledrag_example_simple_form modules/examples/tabledrag_example/tabledrag_example_simple_form.inc Theme callback for the tabledrag_example_simple_form form.
tabledrag_example_simple_form_submit modules/examples/tabledrag_example/tabledrag_example_simple_form.inc Submit callback for the tabledrag_example_simple_form form.
TabledragExampleTestCase::setUp modules/examples/tabledrag_example/tests/tabledrag_example.test Sets up a Backdrop site for running functional and integration tests.
TabledragExampleTestCase::testTabledragExampleMenus modules/examples/tabledrag_example/tests/tabledrag_example.test Tests the menu paths defined in tabledrag_example module.
tablesort_example_install modules/examples/tablesort_example/tablesort_example.install Implements hook_install().
tablesort_example_schema modules/examples/tablesort_example/tablesort_example.install Implements hook_schema().
tablesort_example_menu modules/examples/tablesort_example/tablesort_example.module Implements hook_menu().
tablesort_example_page modules/examples/tablesort_example/tablesort_example.module Builds the table render array.
TableSortExampleTestCase::setUp modules/examples/tablesort_example/tests/tablesort_example.test Sets up a Backdrop site for running functional and integration tests.

Pages