constant FILTER_FORMAT_DEFAULT in Drupal 4
Same name and namespace in other branches
- 5 modules/filter/filter.module \FILTER_FORMAT_DEFAULT
- 6 modules/filter/filter.module \FILTER_FORMAT_DEFAULT
3 uses of FILTER_FORMAT_DEFAULT
- block_box_save in modules/
block.module - blogapi_blogger_new_post in modules/
blogapi.module - Blogging API callback. Inserts a new blog post as a node.
- filter_resolve_format in modules/
filter.module - Resolve a format id, including the default format.
File
- modules/
filter.module, line 11 - Framework for handling filtering of content.
Code
define('FILTER_FORMAT_DEFAULT', 0);