19 calls to filter_format_load()

check_markup in drupal/core/modules/filter/filter.module
Runs all the enabled filters on a piece of text.
Editor::label in drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php
Overrides Drupal\Core\Entity\Entity::label().
FilterAdminTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Sets up a Drupal site for running functional and integration tests.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterCrudTest::verifyTextFormat in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php
Verifies that a text format is properly stored.
FilterDefaultConfigTest::testInstallation in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterDefaultConfigTest::testUpdateRoles in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests that changes to FilterFormat::$roles do not have an effect.
FilterDefaultFormatTest::testDefaultTextFormats in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTest::testFormatPermissions in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterFormatUpgradePathTest::testFilterFormatUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilterFormatUpgradePathTest.php
Tests expected filter formats entities after a successful upgrade.
filter_fallback_format_title in drupal/core/modules/filter/filter.module
Returns the title of the fallback text format.
filter_format_allowcache in drupal/core/modules/filter/filter.module
Checks if the text in a certain text format is allowed to be cached.
PhpFilterTest::testPhpFilter in drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php
Makes sure that the PHP filter evaluates PHP code when used.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Sets up a Drupal site for running functional and integration tests.
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTest::setUp in drupal/core/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php
Sets up a Drupal site for running functional and integration tests.