bartik_field__taxonomy_term_reference |
core/themes/bartik/template.php |
Overrides theme_field__FIELD_TYPE(). |
bartik_form_system_theme_settings_alter Deprecated |
core/modules/color/color.legacy.inc |
Alters the theme settings form for Bartik legacy colors. |
bartik_form_system_theme_settings_alter_submit Deprecated |
core/modules/color/color.legacy.inc |
Submit handler for theme settings form. |
bartik_preprocess_layout |
core/themes/bartik/template.php |
Prepares variables for layout template files. |
bartik_preprocess_maintenance_page |
core/themes/bartik/template.php |
Prepares variables for maintenance page templates. |
base_path |
core/includes/common.inc |
Returns the base path (i.e., directory) of the Backdrop installation. |
BasisTestCase::getBodyClasses |
core/modules/simpletest/tests/basis.test |
Get all body classes on the current page as an array. |
BasisTestCase::setUp |
core/modules/simpletest/tests/basis.test |
Sets up a Backdrop site for running functional and integration tests. |
BasisTestCase::testCssUpdates |
core/modules/simpletest/tests/basis.test |
Tests that body classes are added correctly for CSS updates. |
basis_breadcrumb |
core/themes/basis/template.php |
Overrides theme_breadcrumb(). Removes » from markup. |
basis_css_alter |
core/themes/basis/template.php |
Implements hook_css_alter(). |
basis_preprocess_header |
core/themes/basis/template.php |
Prepares variables for header templates. |
basis_preprocess_layout |
core/themes/basis/template.php |
Prepares variables for layout templates. |
basis_preprocess_maintenance_page |
core/themes/basis/template.php |
Prepares variables for maintenance page templates. |
basis_preprocess_node |
core/themes/basis/template.php |
Prepares variables for node templates. |
basis_preprocess_page |
core/themes/basis/template.php |
Prepares variables for page templates. |
basis_updated_css_versions |
core/themes/basis/template.php |
Returns the versions of Backdrop that contain updated CSS for Basis. |
BatchExampleTestCase::setUp |
modules/examples/batch_example/tests/batch_example.test |
Enable modules and create user with specific permissions. |
BatchExampleTestCase::testBatchExampleBasic |
modules/examples/batch_example/tests/batch_example.test |
Login user, create 30 nodes and test both batch examples. |
BatchMemoryQueue::claimItem |
core/includes/batch.queue.inc |
Overrides MemoryQueue::claimItem(). |
BatchMemoryQueue::getAllItems |
core/includes/batch.queue.inc |
Retrieves all remaining items in the queue. |
BatchPageTestCase::setUp |
core/modules/simpletest/tests/batch.test |
Sets up a Backdrop site for running functional and integration tests. |
BatchPageTestCase::testBatchProgressPageTheme |
core/modules/simpletest/tests/batch.test |
Tests that the batch API progress page uses the correct theme. |
BatchPercentagesUnitTestCase::setUp |
core/modules/simpletest/tests/batch.test |
Sets up unit test environment. |
BatchPercentagesUnitTestCase::testBatchPercentages |
core/modules/simpletest/tests/batch.test |
Test the _batch_api_percentage() function. |
BatchProcessingTestCase::assertBatchMessages |
core/modules/simpletest/tests/batch.test |
Will trigger a pass if the texts were found in order in the raw content. |
BatchProcessingTestCase::setUp |
core/modules/simpletest/tests/batch.test |
Sets up a Backdrop site for running functional and integration tests. |
BatchProcessingTestCase::testBackdropFormSubmitInBatch |
core/modules/simpletest/tests/batch.test |
Test that backdrop_form_submit() can run within a batch operation. |
BatchProcessingTestCase::testBatchForm |
core/modules/simpletest/tests/batch.test |
Test batches defined in a form submit handler. |
BatchProcessingTestCase::testBatchFormMultipleBatches |
core/modules/simpletest/tests/batch.test |
Test batches defined in different submit handlers on the same form. |
BatchProcessingTestCase::testBatchFormMultistep |
core/modules/simpletest/tests/batch.test |
Test batches defined in a multistep form. |
BatchProcessingTestCase::testBatchFormProgrammatic |
core/modules/simpletest/tests/batch.test |
Test batches defined in a programmatically submitted form. |
BatchProcessingTestCase::testBatchLargePercentage |
core/modules/simpletest/tests/batch.test |
Test batches that return $context['finished'] > 1 do in fact complete.
See http://drupal.org/node/600836 |
BatchProcessingTestCase::testBatchNoForm |
core/modules/simpletest/tests/batch.test |
Test batches triggered outside of form submission. |
BatchProcessingTestCase::_resultMessages |
core/modules/simpletest/tests/batch.test |
Helper function: return expected result messages for the test batches. |
BatchProcessingTestCase::_resultStack |
core/modules/simpletest/tests/batch.test |
Helper function: return expected execution stacks for the test batches. |
BatchQueue::claimItem |
core/includes/batch.queue.inc |
Overrides SystemQueue::claimItem(). |
BatchQueue::getAllItems |
core/includes/batch.queue.inc |
Retrieves all remaining items in the queue. |
batch_example_batch_1 |
modules/examples/batch_example/batch_example.module |
Batch 1 definition: Load the node with the lowest nid 1000 times. |
batch_example_batch_2 |
modules/examples/batch_example/batch_example.module |
Batch 2 : Prepare a batch definition that will load all nodes 20 times. |
batch_example_finished |
modules/examples/batch_example/batch_example.module |
Batch 'finished' callback used by both batch 1 and batch 2. |
batch_example_lowest_nid |
modules/examples/batch_example/batch_example.module |
Utility function - simply queries and loads the lowest nid. |
batch_example_menu |
modules/examples/batch_example/batch_example.module |
Implements hook_menu(). |
batch_example_op_1 |
modules/examples/batch_example/batch_example.module |
Batch operation for batch 1: load a node. |
batch_example_op_2 |
modules/examples/batch_example/batch_example.module |
Batch operation for batch 2 : load all nodes, 5 by five. |
batch_example_simple_form |
modules/examples/batch_example/batch_example.module |
Form builder function to allow choice of which batch to run. |
batch_example_simple_form_submit |
modules/examples/batch_example/batch_example.module |
Submit handler. |
batch_example_update_1100 |
modules/examples/batch_example/batch_example.install |
Example of batch-driven update function. |
batch_get |
core/includes/form.inc |
Retrieves the current batch. |
batch_load |
core/includes/batch.inc |
Loads a batch from the database. |