|
bartik_drupal_alter_alter |
drupal-7.x/modules/simpletest/tests/common_test.module |
Implements hook_TYPE_alter() on behalf of Bartik theme. |
|
|
|
bartik_field__taxonomy_term_reference |
drupal-7.x/themes/bartik/template.php |
Implements theme_field__field_type(). |
|
|
|
bartik_menu_tree |
drupal-7.x/themes/bartik/template.php |
Implements theme_menu_tree(). |
|
|
|
bartik_preprocess_block |
drupal-7.x/themes/bartik/template.php |
Override or insert variables into the block template. |
|
|
|
bartik_preprocess_html |
drupal-7.x/themes/bartik/template.php |
Add body classes if certain regions have content. |
|
|
|
bartik_preprocess_maintenance_page |
drupal-7.x/themes/bartik/template.php |
Implements hook_preprocess_maintenance_page(). |
|
|
|
bartik_preprocess_node |
drupal-7.x/themes/bartik/template.php |
Override or insert variables into the node template. |
|
|
|
bartik_process_html |
drupal-7.x/themes/bartik/template.php |
Override or insert variables into the page template for HTML output. |
|
|
|
bartik_process_maintenance_page |
drupal-7.x/themes/bartik/template.php |
Override or insert variables into the maintenance page template. |
|
|
|
bartik_process_page |
drupal-7.x/themes/bartik/template.php |
Override or insert variables into the page template. |
|
|
|
base_path |
drupal-7.x/includes/common.inc |
Returns the base URL path (i.e., directory) of the Drupal installation. |
24 |
2 |
|
batch_get |
drupal-7.x/includes/form.inc |
Retrieves the current batch. |
17 |
|
|
batch_load |
drupal-7.x/includes/batch.inc |
Loads a batch from the database. |
2 |
|
|
batch_process |
drupal-7.x/includes/form.inc |
Processes the batch. |
10 |
|
|
batch_set |
drupal-7.x/includes/form.inc |
Adds a new batch. |
22 |
|
|
batch_test_chained_form |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Form with chained submit callbacks. |
|
2 |
|
batch_test_chained_form_submit_1 |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler #1 for the chained form. |
|
1 |
|
batch_test_chained_form_submit_2 |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler #2 for the chained form. |
|
1 |
|
batch_test_chained_form_submit_3 |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler #3 for the chained form. |
|
1 |
|
batch_test_chained_form_submit_4 |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler #4 for the chained form. |
|
1 |
|
batch_test_large_percentage |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
|
1 |
|
batch_test_menu |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Implement hook_menu(). |
|
|
|
batch_test_mock_form |
drupal-7.x/modules/simpletest/tests/batch_test.module |
A simple form with a textfield and submit button. |
|
1 |
|
batch_test_mock_form_submit |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler for the batch_test_mock form. |
|
|
|
batch_test_multistep_form |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Multistep form. |
|
1 |
|
batch_test_multistep_form_submit |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler for the multistep form. |
|
|
|
batch_test_nested_drupal_form_submit |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits a form within a batch. |
|
1 |
|
batch_test_no_form |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
|
1 |
|
batch_test_programmatic |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits the 'Chained' form. |
|
1 |
|
batch_test_redirect_page |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Menu callback: successful redirection. |
|
1 |
|
batch_test_simple_form |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Simple form. |
|
1 |
|
batch_test_simple_form_submit |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Submit handler for the simple form. |
|
|
|
batch_test_stack |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Helper function: store or retrieve traced execution data. |
23 |
|
|
batch_test_theme_batch |
drupal-7.x/modules/simpletest/tests/batch_test.module |
Menu callback: run a batch for testing theme used on the progress page. |
|
1 |
|
blocked_ip_load |
drupal-7.x/modules/system/system.module |
Retrieve a blocked IP address from the database. |
|
|
|
block_add_block_form |
drupal-7.x/modules/block/block.admin.inc |
Form constructor for the add block form. |
|
1 |
|
block_add_block_form_submit |
drupal-7.x/modules/block/block.admin.inc |
Form submission handler for block_add_block_form(). |
|
|
|
block_add_block_form_validate |
drupal-7.x/modules/block/block.admin.inc |
Form validation handler for block_add_block_form(). |
|
|
|
block_admin_configure |
drupal-7.x/modules/block/block.admin.inc |
Form constructor for the block configuration form. |
1 |
1 |
|
block_admin_configure_submit |
drupal-7.x/modules/block/block.admin.inc |
Form submission handler for block_admin_configure(). |
|
|
|
block_admin_configure_validate |
drupal-7.x/modules/block/block.admin.inc |
Form validation handler for block_admin_configure(). |
|
|
|
block_admin_demo |
drupal-7.x/modules/block/block.admin.inc |
Menu callback for admin/structure/block/demo. |
|
1 |
|
block_admin_display |
drupal-7.x/modules/block/block.admin.inc |
Menu callback for admin/structure/block. |
|
3 |
|
block_admin_display_form |
drupal-7.x/modules/block/block.admin.inc |
Form constructor for the main block administration form. |
|
3 |
|
block_admin_display_form_submit |
drupal-7.x/modules/block/block.admin.inc |
Form submission handler for block_admin_display_form(). |
|
|
|
block_admin_display_prepare_blocks |
drupal-7.x/modules/block/block.admin.inc |
Prepares a list of blocks for display on the blocks administration page. |
2 |
|
|
block_admin_paths |
drupal-7.x/modules/block/block.module |
Implements hook_admin_paths(). |
|
|
|
block_block_configure |
drupal-7.x/modules/block/block.module |
Implements hook_block_configure(). |
|
|
|
block_block_info |
drupal-7.x/modules/block/block.module |
Implements hook_block_info(). |
|
|
|
block_block_list_alter |
drupal-7.x/modules/block/block.module |
Implements hook_block_list_alter(). |
|
|