8 calls to filter_get_filters()

check_markup in drupal/core/modules/filter/filter.module
Runs all the enabled filters on a piece of text.
FilterCrudTest::verifyTextFormat in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php
Verify that a text format is properly stored.
filter_admin_format_form in drupal/core/modules/filter/filter.admin.inc
Form constructor for the text format add/edit form.
filter_format_save in drupal/core/modules/filter/filter.module
Saves a text format object to the database.
filter_get_filter_types_by_format in drupal/core/modules/filter/filter.module
Retrieves all filter types that are used in a given text format.
filter_list_format in drupal/core/modules/filter/filter.module
Retrieves a list of filters for a given text format.
_filter_format_is_cacheable in drupal/core/modules/filter/filter.module
Determines whether the output of a given text format can be cached.
_filter_tips in drupal/core/modules/filter/filter.module
Retrieves the filter tips.