You are here

constant FILTER_FORMAT_DEFAULT in Drupal 6

Same name and namespace in other branches
  1. 4 modules/filter.module \FILTER_FORMAT_DEFAULT
  2. 5 modules/filter/filter.module \FILTER_FORMAT_DEFAULT
9 uses of FILTER_FORMAT_DEFAULT
block_block in modules/block/block.module
Implementation of hook_block().
block_box_form in modules/block/block.module
Define the custom block form.
block_box_save in modules/block/block.module
Saves a user-created block in the database.
blogapi_blogger_new_post in modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.

... See full list

File

modules/filter/filter.module, line 11
Framework for handling filtering of content.

Code

define('FILTER_FORMAT_DEFAULT', 0);