You are here

function ctools_class_reset in Chaos Tool Suite (ctools) 7

Reset the storage used for ctools_class_add and ctools_class_remove.

See also

ctools_class_add()

ctools_class_remove()

4 calls to ctools_class_reset()
CtoolsModuleTestCase::testClassesAdd in tests/ctools.test
Test that the ctools_classs_add works.
CtoolsModuleTestCase::testClassesAddRemove in tests/ctools.test
Test that the ctools_classs_add and ctools_classs_remove interact well.
CtoolsModuleTestCase::testClassesAddRemove2 in tests/ctools.test
Test that the ctools_classs_add and ctools_classs_remove interact well .. 2.
CtoolsModuleTestCase::testClassesRemove in tests/ctools.test
Test that the ctools_classs_remove works.

File

./ctools.module, line 580
CTools primary module file.

Code

function ctools_class_reset() {
  drupal_static_reset('ctools_process_classes');
}