constant FILTER_FORMAT_DEFAULT in Drupal 5
Same name and namespace in other branches
- 4 modules/filter.module \FILTER_FORMAT_DEFAULT
- 6 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);