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
DiffFormatter::_lines function core/lib/Drupal/Component/Diff/DiffFormatter.php
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-8.file_formatters_update_2677990.php file core/modules/file/tests/fixtures/update/drupal-8.file_formatters_update_2677990.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2677990.
DrupalDateTime::$formatTranslationCache property core/lib/Drupal/Core/Datetime/DrupalDateTime.php Formatted strings translation cache.
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
Editor::textFormatHasTransformationFilters function core/modules/editor/src/Plugin/InPlaceEditor/Editor.php Returns whether the text format has transformation filters.
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.
EditorSelector::$formatterManager property core/modules/quickedit/src/EditorSelector.php The manager for formatter plugins.
editor_field_formatter_info_alter function core/modules/editor/editor.module Implements hook_field_formatter_info_alter().
editor_filter_format_presave function core/modules/editor/editor.module Implements hook_ENTITY_TYPE_presave().
editor_form_filter_admin_format_editor_configure function core/modules/editor/editor.module Button submit handler for filter_format_form()'s 'editor_configure' button.
editor_form_filter_admin_format_submit function core/modules/editor/editor.module Additional submit handler for filter_format_form().
editor_form_filter_admin_format_validate function core/modules/editor/editor.module Additional validate handler for filter_format_form().
editor_form_filter_format_form_alter function core/modules/editor/editor.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
Email::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 formatters and D8 formatters for this field type.
EmailFieldRdfaTest::testAllFormatters function core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php Tests all email formatters.
Endpoint::$formats property core/modules/media/src/OEmbed/Endpoint.php List of supported formats. Only 'json' and 'xml' are allowed.
Endpoint::getFormats function core/modules/media/src/OEmbed/Endpoint.php Returns list of supported formats.
EntityDateFormat.php file core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php
EntityDateFormat::updateEntityProperty function core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php
EntityDecoupledTranslationRevisionsTest::formatMessage function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Formats an assertion message.
EntityField::$formatterOptions property core/modules/views/src/Plugin/views/field/EntityField.php An array of formatter options.
EntityField::$formatterPluginManager property core/modules/views/src/Plugin/views/field/EntityField.php The field formatter plugin manager.
EntityField::getFormatterInstance function core/modules/views/src/Plugin/views/field/EntityField.php Returns the field formatter instance.
EntityReference::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/d7/EntityReference.php Get a map between D6 formatters and D8 formatters for this field type.
EntityReferenceAdminTest::testAvailableFormatters function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the formatters for the Entity References.
EntityReferenceEntityFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php Plugin implementation of the 'entity reference rendered entity' formatter.
EntityReferenceEntityFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php
EntityReferenceEntityFormatter::$entityDisplayRepository property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The entity display repository.
EntityReferenceEntityFormatter::$entityTypeManager property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The entity type manager.
EntityReferenceEntityFormatter::$loggerFactory property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The logger factory.
EntityReferenceEntityFormatter::$recursiveRenderDepth property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php An array of counters for the recursive rendering protection.

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