vertical_tabs_example_menu |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Implements hook_menu(). |
vertical_tabs_example_form_alter |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Implements hook_form_alter(). |
_vertical_tabs_example_explanation |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Simple explanation page. |
VerticalTabsExampleTestCase::setUp |
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Sets up a Backdrop site for running functional and integration tests. |
VerticalTabsExampleTestCase::testVerticalTabsExampleMenus |
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Tests the menu paths defined in vertical_tabs_example module. |
token_example_token_info |
modules/examples/token_example/token_example.tokens.inc |
Implements hook_token_info(). |
token_example_tokens |
modules/examples/token_example/token_example.tokens.inc |
Implements hook_tokens(). |
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. |
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. |
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. |
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. |
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. |
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. |
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(). |
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. |
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. |
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_menu |
modules/examples/tabledrag_example/tabledrag_example.module |
Implements hook_menu(). |
tabledrag_example_theme |
modules/examples/tabledrag_example/tabledrag_example.module |
Implements hook_theme(). |