check_markup in core/modules/filter/filter.module
Runs all the enabled filters on a piece of text.
FilterCRUDTestCase::verifyFilters in core/modules/filter/tests/filter.test
Verifies that filters are properly stored for a text format.
FilterCRUDTestCase::verifyTextFormat in core/modules/filter/tests/filter.test
Verifies that a text format is properly stored.
filter_admin_format_filter_settings_form in core/modules/filter/filter.admin.inc
Returns the configuration form for an individual configurable filter.
filter_admin_format_form in core/modules/filter/filter.admin.inc
Form constructor for the text format add/edit form.
filter_config_data_validate in core/modules/filter/filter.module
Implements hook_config_data_validate().
filter_formats in core/modules/filter/filter.module
Retrieves a list of text formats, ordered by weight.
filter_format_allowed_html in core/modules/filter/filter.module
Get a complete list of allowed and forbidden tags for a text format.
filter_format_build_format in core/modules/filter/filter.module
Builds a text format object from initial values.
filter_get_js_settings in core/modules/filter/filter.module
Retrieve JavaScript settings that should be added by each filter.
_filter_admin_format_get_tips in core/modules/filter/filter.admin.inc
Get filter tips for an individual filter within a text format.
_filter_format_is_cacheable in core/modules/filter/filter.module
Helper function to determine whether the output of a given text format can be cached.
_filter_tips in core/modules/filter/filter.module
Retrieves the filter tips.