Search for format

  1. Search 7.x for format
  2. Search 9.5.x for format
  3. Search 8.9.x for format
  4. Search 11.x for format
  5. Other projects
Title Object type File name Summary
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
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation
UpdateSettingsForm::formatMultipleViolationsMessage function core/modules/update/src/UpdateSettingsForm.php Formats multiple violation messages associated with a single form element.
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.
UserAuthenticationController::getRequestFormat function core/modules/user/src/Controller/UserAuthenticationController.php Gets the format of the current request.
UserController::$dateFormatter property core/modules/user/src/Controller/UserController.php The date formatter service.
UserJsonAnonTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The format to use in this test.
UserJsonBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The format to use in this test.
UserJsonCookieTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php The format to use in this test.
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 install.
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.
UserReference::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php Get a map between D6 formatters and D8 formatters for this field type.
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.
UserXmlAnonTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php The format to use in this test.
UserXmlBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The format to use in this test.
UserXmlCookieTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The format to use in this test.
user_filter_format_disable function core/modules/user/user.module Implements hook_filter_format_disable().
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/KernelString/UuidFormatterTest.php Tests the output of a UUID field.
UuidFormatterTest.php file core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php
UuidFormatterTest::$modules property core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php Modules to install.
UuidFormatterTest::setUp function core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php
UuidFormatterTest::testUuidStringFormatter function core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php Tests string formatter output.
VersionHistoryController::getRevisionDescriptionDateFormat function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Date format to use for revision description dates.
ViewEditForm::$dateFormatter property core/modules/views_ui/src/ViewEditForm.php The date formatter service.

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