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
DiffFormatter::_start_block function core/lib/Drupal/Core/Diff/DiffFormatter.php
DiffFormatter::_start_block function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffFormatter::_start_diff function core/lib/Drupal/Core/Diff/DiffFormatter.php
DiffFormatter::_start_diff function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffFormatter::__construct function core/lib/Drupal/Core/Diff/DiffFormatter.php Creates a DiffFormatter to render diffs in a table.
DiffFormatterTest class core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php Test DiffFormatter classes.
DiffFormatterTest.php file core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php
DiffFormatterTest::provideTestDiff function core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php
DiffFormatterTest::testDiff function core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php Tests whether op classes returned by DiffEngine::diff() match expectations.
drupal.daterange-formatter-settings-2827055.php file core/modules/datetime_range/tests/fixtures/update/drupal.daterange-formatter-settings-2827055.php Provides database changes for testing the daterange formatter upgrade path.
drupal.timestamp-formatter-settings-2921810.php file core/modules/system/tests/fixtures/update/drupal.timestamp-formatter-settings-2921810.php Provides database changes for testing the TimestampFormatter upgrade path.
DrupalDateTime::$formatTranslationCache property core/lib/Drupal/Core/Datetime/DrupalDateTime.php Formatted strings translation cache.
DrupalDateTime::format function core/lib/Drupal/Core/Datetime/DrupalDateTime.php Overrides format().
DrupalDateTimeTest::testRfc2822DateFormat function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Tests that an RFC2822 formatted date always returns an English string.
DrupalDateTimeTest::testTimezoneFormat function core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php Tests the ability to override the time zone in the format method.
Drupal\content_moderation\ModerationInformationInterface service core/modules/content_moderation/content_moderation.services.yml
Drupal\Core\Datetime\DateFormatterInterface service core/core.services.yml
Drupal\Core\Diff\DiffFormatter service core/core.services.yml
Drupal\workspaces\WorkspaceInformationInterface service core/modules/workspaces/workspaces.services.yml
DummyAjaxFormatter class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php Empty renderer for a dummy field with an AJAX handler.
DummyAjaxFormatter.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php
DummyAjaxFormatter::settingsSummary function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php Returns a short summary for the current formatter settings.
DummyAjaxFormatter::viewElements function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php Builds a renderable array for a field value.
DummyImageFormatter class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php Plugin implementation of the Dummy image formatter.
DummyImageFormatter.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php
DummyImageFormatter::viewElements function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php Builds a renderable array for a field value.
EarlyFormatSetter class core/modules/jsonapi/src/Routing/EarlyFormatSetter.php Sets the 'api_json' format for requests to JSON:API resources.
EarlyFormatSetter.php file core/modules/jsonapi/src/Routing/EarlyFormatSetter.php
EarlyFormatSetter::filter function core/modules/jsonapi/src/Routing/EarlyFormatSetter.php Filters the route collection against a request.
editor.editor.test_format.yml file core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format.yml core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format.yml
editor.editor.test_format_image.yml file core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml
editor.editor.test_format_list_ol_start.yml file core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_list_ol_start.yml core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_list_ol_start.yml
editor.editor.test_format_list_ol_start_post_3261599.yml file core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_list_ol_start_post_3261599.yml core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_list_ol_start_post_3261599.yml
Editor::$filterFormat property core/modules/editor/src/Entity/Editor.php The filter format this text editor is associated with.
Editor::$format property core/modules/editor/src/Entity/Editor.php Machine name of the text format for this configured text editor.
Editor::getFilterFormat function core/modules/editor/src/Entity/Editor.php Returns the filter format this text editor is associated with.
Editor::hasAssociatedFilterFormat function core/modules/editor/src/Entity/Editor.php Returns whether this text editor has an associated filter format.
EditorAdminTest::addEditorToNewFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Adds an editor to a new format using the UI.
EditorAdminTest::testAddEditorToExistingFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests adding a text editor to an existing text format.
EditorAdminTest::testAddEditorToNewFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests adding a text editor to a new text format.
EditorAdminTest::testDisableFormatWithEditor function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests format disabling.
EditorFilterIntegrationTest::testTextFormatIntegration function core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Tests text format removal or disabling.
EditorInterface::getFilterFormat function core/modules/editor/src/EditorInterface.php Returns the filter format this text editor is associated with.
EditorInterface::hasAssociatedFilterFormat function core/modules/editor/src/EditorInterface.php Returns whether this text editor has an associated filter format.
EditorJsonAnonTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The format to use in this test.
EditorJsonBasicAuthTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The format to use in this test.
EditorJsonCookieTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php The format to use in this test.
EditorValidationTest::testInvalidFormat function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validating an editor with a non-existent `format`.
EditorXmlAnonTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php The format to use in this test.
EditorXmlBasicAuthTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php The format to use in this test.

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