constant FILTER_FORMAT_DEFAULT

11 uses of FILTER_FORMAT_DEFAULT
block_block in drupal-6.x/modules/block/block.module
Implementation of hook_block().
block_box_form in drupal-6.x/modules/block/block.module
Define the custom block form.
block_box_save in drupal-6.x/modules/block/block.module
Saves a user-created block in the database.
blogapi_blogger_new_post in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
check_markup in drupal-6.x/modules/filter/filter.module
Run all the enabled filters on a piece of text.

... See full list

File

drupal-6.x/modules/filter/filter.module, line 11
Framework for handling filtering of content.

Code

define('FILTER_FORMAT_DEFAULT', 0)