filter_form
Functions that call filter_form()
| Name | Location | Description |
|---|---|---|
| blog_form | modules/blog.module | Implementation of hook_form(). |
| book_form | modules/book.module | Implementation of hook_form(). |
| filter_form | modules/filter.module | Generate a selector for choosing a format in a form. |
| forum_form | modules/forum.module | Implementation of hook_form(). |
| node_example_form | developer/examples/node_example.module | Implementation of hook_form(). |
| page_form | modules/page.module | Implementation of hook_form(). |
| story_form | modules/story.module | Implementation of hook_form(). |
Functions called by filter_form()
| Name | Location | Description |
|---|---|---|
| filter_form | modules/filter.module | Generate a selector for choosing a format in a form. |
| filter_formats | modules/filter.module | Retrieve a list of input formats. |
| filter_resolve_format | modules/filter.module | Resolve a format id, including the default format. |
| l | includes/common.inc | Format an internal Drupal link. |
| t | includes/common.inc | Translate strings to the current locale. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| _filter_tips | modules/filter.module | Helper function for fetching filter tips. |
