function _batch_test_theme_callback
Same name in other branches
- 9 core/modules/system/tests/modules/batch_test/batch_test.module \_batch_test_theme_callback()
- 8.9.x core/modules/system/tests/modules/batch_test/batch_test.module \_batch_test_theme_callback()
- 10 core/modules/system/tests/modules/batch_test/batch_test.module \_batch_test_theme_callback()
- 11.x core/modules/system/tests/modules/batch_test/batch_test.module \_batch_test_theme_callback()
Batch callback function for testing the theme used on the progress page.
1 string reference to '_batch_test_theme_callback'
- batch_test_theme_batch in modules/
simpletest/ tests/ batch_test.module - Menu callback: run a batch for testing theme used on the progress page.
File
-
modules/
simpletest/ tests/ batch_test.module, line 490
Code
function _batch_test_theme_callback() {
// Because drupalGet() steps through the full progressive batch before
// returning control to the test function, we cannot test that the correct
// theme is being used on the batch processing page by viewing that page
// directly. Instead, we save the theme being used in a variable here, so
// that it can be loaded and inspected in the thread running the test.
global $theme;
batch_test_stack($theme);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.