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 10.3.x for format
  5. Other projects
Title Object type File name Summary
PhpArrayDumper::supportsMachineFormat function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Whether this supports the machine-optimized format or not.
PhpMail::format function core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php Concatenates and wraps the email body for plain-text mails.
PoItem::formatItem function core/lib/Drupal/Component/Gettext/PoItem.php Format the POItem as a string.
PoItem::formatPlural function core/lib/Drupal/Component/Gettext/PoItem.php Formats a plural translation.
PoItem::formatSingular function core/lib/Drupal/Component/Gettext/PoItem.php Formats a singular translation.
PoItem::formatString function core/lib/Drupal/Component/Gettext/PoItem.php Formats a string for output on multiple lines.
PostgresqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php Creates a native database date formatting.
PostgresqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Provider for date formatting test.
PostgresqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests date formatting replacement.
QueryPluginBase::getDateFormat function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Creates cross-database date formatting.
RawStringFormatterTest class core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Tests the raw string formatter.
RawStringFormatterTest.php file core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$bundle property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$display property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$entityType property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$modules property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Modules to install.
RawStringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Renders fields of a given entity with a given display.
RawStringFormatterTest::setUp function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::testStringFormatter function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Tests string formatter output.
RegisterSerializationClassesCompilerPass::FORMAT constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The ID for the JSON:API format.
remove-format.css file core/modules/ckeditor5/css/remove-format.css .ckeditor5-toolbar-button-removeFormat {
background-image: url(../icons/remove-format.svg);
}
RenderWebTest::testWrapperFormatCacheContext function core/modules/system/tests/src/Functional/Common/RenderWebTest.php Asserts the cache context for the wrapper format is always present.
RequestFormatCacheContext class core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php Defines the RequestFormatCacheContext service, for "per format" caching.
RequestFormatCacheContext.php file core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatRouteFilter class core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php Provides a route filter, which filters by the request format.
RequestFormatRouteFilter.php file core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php
RequestFormatRouteFilter::filter function core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php Filters the route collection against a request.
RequestFormatRouteFilter::getAvailableFormats function core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php Gets the set of formats across all routes in the collection.
RequestFormatRouteFilter::getDefaultFormat function core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php Determines the default request format.
RequestFormatRouteFilterTest class core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php @coversDefaultClass \Drupal\Core\Routing\RequestFormatRouteFilter
@group Routing
RequestFormatRouteFilterTest.php file core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php
RequestFormatRouteFilterTest::filterProvider function core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php
RequestFormatRouteFilterTest::testFilter function core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php @covers ::filter
@dataProvider filterProvider
RequestFormatRouteFilterTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php @covers ::filter
RequestFormatRouteFilterTest::testNoRouteFoundWhenNoRequestFormatAndSingleRouteWithMultipleFormats function core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php @covers ::filter
ResourceBase::$serializerFormats property core/modules/rest/src/Plugin/ResourceBase.php The available serialization formats.
ResourceResponseSubscriber::getResponseFormat function core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php Determines the format to respond in.
ResourceResponseSubscriberTest::providerTestResponseFormat function core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php
ResourceResponseSubscriberTest::testResponseFormat function core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php Tests the response format.
ResourceTest::testFormats function core/modules/rest/tests/src/Functional/ResourceTest.php Tests that a resource without formats cannot be enabled.
ResourceTestBase::$format property core/modules/rest/tests/src/Functional/ResourceTestBase.php The format to use in this test.
responsive-image-formatter.html.twig file core/themes/stable9/templates/field/responsive-image-formatter.html.twig Theme override to display a formatted responsive image field.
responsive-image-formatter.html.twig file core/modules/responsive_image/templates/responsive-image-formatter.html.twig Default theme implementation to display a formatted responsive image field.
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatter on node display with an empty media query.

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