Same name and namespace in other branches
  1. 4.6.x modules/filter.module \FILTER_FORMAT_DEFAULT
  2. 4.7.x modules/filter.module \FILTER_FORMAT_DEFAULT
  3. 6.x modules/filter/filter.module \FILTER_FORMAT_DEFAULT
5 uses of FILTER_FORMAT_DEFAULT
block_box_form in modules/block/block.module
block_box_save in modules/block/block.module
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
filter_resolve_format in modules/filter/filter.module
Resolve a format id, including the default format.

File

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

Code

define('FILTER_FORMAT_DEFAULT', 0);