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. Search main for format
  6. Other projects
Title Object type File name Summary
TextFormatElementFormTest::submitForm function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Form submission handler.
TextFormatElementFormTest::testTextFormatElement function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Tests that values are returned.
TextFormatElementFormTest::validateForm function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Form validation handler.
TextFormatterTest class core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php Tests the text_with_summary formatters functionality.
TextFormatterTest class core/modules/text/tests/src/Kernel/TextFormatterTest.php Tests the text formatters functionality.
TextFormatterTest.php file core/modules/text/tests/src/Kernel/TextFormatterTest.php
TextFormatterTest.php file core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php
TextFormatterTest::$bundle property core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php The bundle used in this test.
TextFormatterTest::$bundle property core/modules/text/tests/src/Kernel/TextFormatterTest.php The bundle used in this test.
TextFormatterTest::$entityType property core/modules/text/tests/src/Kernel/TextFormatterTest.php The entity type used in this test.
TextFormatterTest::$entityType property core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php The entity type used in this test.
TextFormatterTest::$modules property core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php Modules to install.
TextFormatterTest::$modules property core/modules/text/tests/src/Kernel/TextFormatterTest.php Modules to install.
TextFormatterTest::setUp function core/modules/text/tests/src/Kernel/TextFormatterTest.php
TextFormatterTest::setUp function core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php
TextFormatterTest::testFormatters function core/modules/text_with_summary/tests/src/Kernel/TextFormatterTest.php Tests all text field formatters.
TextFormatterTest::testFormatters function core/modules/text/tests/src/Kernel/TextFormatterTest.php Tests all text field formatters.
TextItemBase::validateAllowedFormats function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Render API callback: Processes the allowed formats value.
TextItemBaseTest::providerApplyDefaultValueFormat function core/modules/text/tests/src/Kernel/TextItemBaseTest.php Data provider for testApplyDefaultValueFormat.
TextItemBaseTest::testApplyDefaultValueFormat function core/modules/text/tests/src/Kernel/TextItemBaseTest.php Tests applyDefaultValue respects allowed_formats.
TextSummaryOrTrimmedFormatter class core/modules/text_with_summary/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php Plugin implementation of the 'text_summary_or_trimmed' formatter.
TextSummaryOrTrimmedFormatter class core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php Plugin implementation of the 'text_summary_or_trimmed' formatter.
TextSummaryOrTrimmedFormatter.php file core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php
TextSummaryOrTrimmedFormatter.php file core/modules/text_with_summary/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php
TextSummaryOrTrimmedFormatter::viewElements function core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php Builds a renderable array for a field value.
TextSummaryOrTrimmedFormatter::viewElements function core/modules/text_with_summary/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php Builds a renderable array for a field value.
TextSummaryTest::testInvalidFilterFormat function core/modules/text/tests/src/Kernel/TextSummaryTest.php Tests text summaries with an invalid filter format.
TextTrimmedFormatter class core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Plugin implementation of the 'text_trimmed' formatter.
TextTrimmedFormatter.php file core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php
TextTrimmedFormatter::addTrimPreRender function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Attaches the trim pre-render callback and trim length to an element.
TextTrimmedFormatter::defaultSettings function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Defines the default settings for this plugin.
TextTrimmedFormatter::preRenderSummary function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Pre-render callback: Renders a processed text element's #markup summary.
TextTrimmedFormatter::settingsForm function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Returns a form to configure settings for the formatter.
TextTrimmedFormatter::settingsSummary function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Returns a short summary for the current formatter settings.
TextTrimmedFormatter::trustedCallbacks function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Lists the trusted callbacks provided by the implementing class.
TextTrimmedFormatter::viewElements function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Builds a renderable array for a field value.
TextWithSummaryHooks::fieldFormatterInfoAlter function core/modules/text_with_summary/src/Hook/TextWithSummaryHooks.php Implements hook_field_formatter_info_alter().
ThemeHooks::textFormat function core/themes/admin/src/Hook/ThemeHooks.php Prerender callback for text_format elements.
ThemeHooks::textFormat function core/themes/default_admin/src/Hook/ThemeHooks.php Prerender callback for text_format elements.
Time::$dateFormatter property core/modules/views/src/Plugin/views/cache/Time.php The date formatter service.
TimeInterval::$dateFormatter property core/modules/views/src/Plugin/views/field/TimeInterval.php The date formatter service.
TimestampAgoFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Plugin implementation of the 'timestamp' formatter as time ago.
TimestampAgoFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
TimestampAgoFormatter::$dateFormatter property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php The date formatter service.
TimestampAgoFormatter::$request property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php The current Request object.
TimestampAgoFormatter::create function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Instantiates a new instance of the implementing class using autowiring.
TimestampAgoFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Defines the default settings for this plugin.
TimestampAgoFormatter::formatTimestamp function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Formats a timestamp.
TimestampAgoFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Returns a form to configure settings for the formatter.
TimestampAgoFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Returns a short summary for the current formatter settings.

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