function ctools_reset_page_tokens in Chaos Tool Suite (ctools) 7
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 - CTools primary module file.
Code
function ctools_reset_page_tokens() {
drupal_static_reset('ctools_set_page_token');
}