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
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::$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 The machine name of the text format with which this configured text editor
is associated.
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.
Editor::textFormatHasTransformationFilters function core/modules/editor/src/Plugin/InPlaceEditor/Editor.php Returns whether the text format has transformation filters.
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.
EditorHalJsonAnonTest::$format property core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php The format to use in this test.
EditorHalJsonBasicAuthTest::$format property core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php The format to use in this test.
EditorHalJsonCookieTest::$format property core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php The format to use in this test.
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.
EditorSelector::$formatterManager property core/modules/quickedit/src/EditorSelector.php The manager for formatter plugins.
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.
EditorXmlCookieTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php The format to use in this test.
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.
Element::preRenderTextFormat function core/modules/editor/src/Element.php Additional #pre_render callback for 'text_format' elements.
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 class core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php Plugin annotation

@MigrateDestination(
id = "entity:date_format"
)
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.
EntityFormDisplayHalJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php The format to use in this test.
EntityFormDisplayHalJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php The format to use in this test.
EntityFormDisplayHalJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.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.