1 system_test.module system_test_page_shutdown_functions($arg1, $arg2)

A simple page callback which adds a register shutdown function.

File

core/modules/simpletest/tests/system_test.module, line 411
Test module for system functions.

Code

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