function system_test_page_shutdown_functions

A simple page callback which adds a register shutdown function.

1 string reference to 'system_test_page_shutdown_functions'
system_test_menu in modules/simpletest/tests/system_test.module
Implements hook_menu().

File

modules/simpletest/tests/system_test.module, line 435

Code

function system_test_page_shutdown_functions($arg1, $arg2) {
    drupal_register_shutdown_function('_system_test_first_shutdown_function', $arg1, $arg2);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.