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. 5.x modules/filter/filter.module \FILTER_FORMAT_DEFAULT
8 uses of FILTER_FORMAT_DEFAULT
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.
filter_resolve_format in modules/filter/filter.module
Resolve a format id, including the default format.

... See full list

File

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

Code

define('FILTER_FORMAT_DEFAULT', 0);