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. |
TableSortExampleTestCase::testTableSortPage |
modules/examples/tablesort_example/tests/tablesort_example.test |
Verify the functionality of the example module. |
ThemingExampleTestCase::setUp |
modules/examples/theming_example/tests/theming_example.test |
Sets up a Backdrop site for running functional and integration tests. |
ThemingExampleTestCase::testThemingPage |
modules/examples/theming_example/tests/theming_example.test |
Verify the functionality of the example module. |
template_preprocess_theming_example_text_form |
modules/examples/theming_example/theming_example.module |
Implements template_preprocess(). |
theming_example_menu |
modules/examples/theming_example/theming_example.module |
Implements hook_menu(). |
theming_example_theme |
modules/examples/theming_example/theming_example.module |
Implements hook_theme(). |
theming_example_page |
modules/examples/theming_example/theming_example.module |
Initial landing page explaining the use of the module. |
theming_example_list_page |
modules/examples/theming_example/theming_example.module |
The list page callback. |
theming_example_select_form |
modules/examples/theming_example/theming_example.module |
A simple form that displays a select box and submit button. |
theming_example_select_form_submit |
modules/examples/theming_example/theming_example.module |
Submit handler for the select form. |
theming_example_text_form |
modules/examples/theming_example/theming_example.module |
A simple form that displays a textfield and submit button. |
theming_example_text_form_submit |
modules/examples/theming_example/theming_example.module |
Submit handler for the text form. |
theme_theming_example_content_array |
modules/examples/theming_example/theming_example.module |
Theme a simple content array. |
theme_theming_example_list |
modules/examples/theming_example/theming_example.module |
Theming a simple list. |
theme_theming_example_select_form |
modules/examples/theming_example/theming_example.module |
Theming a simple form. |
TokenExampleTestCase::setUp |
modules/examples/token_example/tests/token_example.test |
Sets up a Backdrop site for running functional and integration tests. |
TokenExampleTestCase::testInterface |
modules/examples/token_example/tests/token_example.test |
Test interface. |
token_example_menu |
modules/examples/token_example/token_example.module |
Implements hook_menu(). |
token_example_entity_info_alter |
modules/examples/token_example/token_example.module |
Implements hook_entity_info_alter(). |
token_example_example_form |
modules/examples/token_example/token_example.module |
Form builder; display lists of supported token entities and text to tokenize. |
token_example_example_form_submit |
modules/examples/token_example/token_example.module |
Submit callback; store the submitted values into storage. |