constant CLEAN_MARKUP_NO_ELEMENT in Clean Markup 7.2
Same name and namespace in other branches
- 7.3 clean_markup.module \CLEAN_MARKUP_NO_ELEMENT
No HTML wrapper element.
10 uses of CLEAN_MARKUP_NO_ELEMENT
- block.tpl.php in modules/
clean_markup_blocks/ block.tpl.php - Default theme implementation to display a block.
- CleanMarkupApiTestCase::testGetHtmlWrapperElements in ./
clean_markup.test - Test the _clean_markup_get_html_wrapper_elements() function.
- CleanMarkupBlocksTestCase::testDefaults in modules/
clean_markup_blocks/ clean_markup_blocks.test - Test that the defaults are correct.
- clean_markup_blocks_form_alter in modules/
clean_markup_blocks/ clean_markup_blocks.module - Implements hook_form_alter().
- clean_markup_blocks_install in modules/
clean_markup_blocks/ clean_markup_blocks.install - Implements hook_install().
File
- ./
clean_markup.module, line 11 - Functions common to the clean markup suite.
Code
define('CLEAN_MARKUP_NO_ELEMENT', 'none');