|
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. |
|
_token_example_get_node |
modules/examples/token_example/token_example.module |
Builds a list of available content. |
|
_token_example_get_comment |
modules/examples/token_example/token_example.module |
Builds a list of available comments. |
|
_token_example_get_user |
modules/examples/token_example/token_example.module |
Builds a list of available user accounts. |
|
_token_example_get_taxonomy_term |
modules/examples/token_example/token_example.module |
Builds a list of available taxonomy terms. |
|
_token_example_get_file |
modules/examples/token_example/token_example.module |
Builds a list of available files. |
|
token_example_token_info |
modules/examples/token_example/token_example.tokens.inc |
Implements hook_token_info(). |