Search for format_

  1. Search 7.x for format_
  2. Search 9.5.x for format_
  3. Search 10.3.x for format_
  4. Search 11.x for format_
  5. Other projects
Title Object type File name Summary
TrackerController::$dateFormatter property core/modules/tracker/src/Controller/TrackerController.php The date formatter.
TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php @covers ::__construct[[api-linebreak]]
TranslationInterface::formatPlural function core/lib/Drupal/Core/StringTranslation/TranslationInterface.php Formats a string containing a count of items.
TranslationManager::formatPlural function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Formats a string containing a count of items.
TranslationManagerTest::providerTestFormatPlural function core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php Provides some test data for formatPlural()
TranslationManagerTest::testFormatPlural function core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php @dataProvider providerTestFormatPlural
TwigExtension::$dateFormatter property core/lib/Drupal/Core/Template/TwigExtension.php The date formatter.
TwigExtension::setDateFormatter function core/lib/Drupal/Core/Template/TwigExtension.php Sets the date formatter.
TwigExtensionTest::$dateFormatter property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The date formatter.
TwigExtensionTest::testFormatDate function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the format_date filter.
UnformattedSummary class core/modules/views/src/Plugin/views/style/UnformattedSummary.php The default style plugin for summaries.
UnformattedSummary.php file core/modules/views/src/Plugin/views/style/UnformattedSummary.php
UnformattedSummary::buildOptionsForm function core/modules/views/src/Plugin/views/style/UnformattedSummary.php Provide a form to edit options for this plugin.
UnformattedSummary::defineOptions function core/modules/views/src/Plugin/views/style/UnformattedSummary.php Information about options for all kinds of purposes will be held here.
UnmetDependenciesException::formatConfigObjectList function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Formats a list of configuration objects.
UpdateRegistry::getPendingUpdateInformation function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns a list of all the pending updates.
UpdateRegistryTest::testGetPendingUpdateInformation function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation[[api-linebreak]]
UriLinkFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Plugin implementation of the 'uri_link' formatter.
UriLinkFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php
UriLinkFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Builds a renderable array for a field value.
UrlPlainFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Plugin implementation of the 'file_url_plain' formatter.
UrlPlainFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php
UrlPlainFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Builds a renderable array for a field value.
UserAuthenticationController::$serializerFormats property core/modules/user/src/Controller/UserAuthenticationController.php The available serialization formats.
UserController::$dateFormatter property core/modules/user/src/Controller/UserController.php The date formatter service.
UserLegacyTest::testUserFormatName function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests user_format_name().
UserListBuilder::$dateFormatter property core/modules/user/src/UserListBuilder.php The date formatter service.
UserNameFormatter class core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Plugin implementation of the 'user_name' formatter.
UserNameFormatter.php file core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
UserNameFormatter::defaultSettings function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Defines the default settings for this plugin.
UserNameFormatter::isApplicable function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Returns if the formatter can be used for the provided field.
UserNameFormatter::settingsForm function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Returns a form to configure settings for the formatter.
UserNameFormatter::viewElements function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Builds a renderable array for a field value.
UserNameFormatterTest class core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the user_name formatter.
UserNameFormatterTest.php file core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$bundle property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$entityType property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$fieldName property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$modules property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Modules to enable.
UserNameFormatterTest::renderEntityFields function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Renders fields of a given entity with a given display.
UserNameFormatterTest::setUp function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::testFormatter function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the formatter output.
UserRouteAlterSubscriber::$serializerFormats property core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php The available serialization formats.
UserRouteAlterSubscriber::onRoutingAlterAddFormats function core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php Adds supported formats to the user authentication HTTP routes.
user_format_name function core/modules/user/user.module Format a username.
user_hooks_test_user_format_name_alter function core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module Implements hook_user_format_name_alter().
UuidFormatterTest class core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php Tests the output of a UUID field.
UuidFormatterTest.php file core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.