function ctools_reset_page_tokens
Reset the defined page tokens within this request.
Introduced for simpletest purposes. Normally not needed.
1 call to ctools_reset_page_tokens()
- CtoolsPageTokens::setUp in tests/
page_tokens.test - Sets up a Drupal site for running functional and integration tests.
File
-
./
ctools.module, line 380
Code
function ctools_reset_page_tokens() {
drupal_static_reset('ctools_set_page_token');
}