10 calls to String::format()

AggregatorRenderingTest::testFeedPage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
ConfigTestController::edit in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php
Presents the ConfigTest edit form.
ConfigTestDeleteForm::submitForm in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php
Form submission handler.
format_string in drupal/core/includes/bootstrap.inc
Formats a string for HTML display by replacing variable placeholders.
StringTest::testFormat in drupal/core/tests/Drupal/Tests/Component/Utility/StringTest.php
Tests string formatting with String::format().
TranslationManager::translate in drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php
Translates a string to the current language or to a given language.
UrlValidatorTest::testInvalidAbsolute in drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php
Tests invalid absolute URLs.
UrlValidatorTest::testInvalidRelative in drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php
Tests invalid relative URLs.
UrlValidatorTest::testValidAbsolute in drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php
Tests valid absolute URLs.
UrlValidatorTest::testValidRelative in drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php
Tests valid relative URLs.