1 common_test.module common_test_backdrop_goto_land()

Landing page for backdrop_goto().

File

core/modules/simpletest/tests/common_test.module, line 86
Helper module for the Common tests.

Code

function common_test_backdrop_goto_land() {
  print "backdrop_goto";
}