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
ActionJsonAnonTest::$format property core/modules/action/tests/src/Functional/Rest/ActionJsonAnonTest.php The format to use in this test.
ActionJsonAnonTest::$format property core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php The format to use in this test.
ActionJsonBasicAuthTest::$format property core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php The format to use in this test.
ActionJsonBasicAuthTest::$format property core/modules/action/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php The format to use in this test.
ActionJsonCookieTest::$format property core/modules/system/tests/src/Functional/Rest/ActionJsonCookieTest.php The format to use in this test.
ActionJsonCookieTest::$format property core/modules/action/tests/src/Functional/Rest/ActionJsonCookieTest.php The format to use in this test.
ActionXmlAnonTest::$format property core/modules/action/tests/src/Functional/Rest/ActionXmlAnonTest.php The format to use in this test.
ActionXmlAnonTest::$format property core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php The format to use in this test.
ActionXmlBasicAuthTest::$format property core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php The format to use in this test.
ActionXmlBasicAuthTest::$format property core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php The format to use in this test.
ActionXmlCookieTest::$format property core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php The format to use in this test.
ActionXmlCookieTest::$format property core/modules/action/tests/src/Functional/Rest/ActionXmlCookieTest.php The format to use in this test.
AjaxHelperTrait::getRequestWrapperFormat function core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php Gets the wrapper format of the current request.
Analyzer::formatMessage function core/modules/views/src/Analyzer.php Formats an analysis message.
Analyzer::formatMessages function core/modules/views/src/Analyzer.php Formats the analyze result into a message string.
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().
ArgumentTransformTermTest::testTermArgumentTransformation function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests term argument transformation of hyphens and spaces.
AttachmentTestFormatter class core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php Plugin implementation of the 'number_unformatted_with_attachment' formatter.
AttachmentTestFormatter.php file core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php
AttachmentTestFormatter::viewElements function core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php Builds a renderable array for a field value.
AuthorFormatter class core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php Plugin implementation of the 'author' formatter.
AuthorFormatter.php file core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php
AuthorFormatter::checkAccess function core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php Checks access to the given entity.
AuthorFormatter::isApplicable function core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php Returns if the formatter can be used for the provided field.
AuthorFormatter::viewElements function core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php Builds a renderable array for a field value.
AuthorNameFormatter class core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php Plugin implementation of the 'comment_username' formatter.
AuthorNameFormatter.php file core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php
AuthorNameFormatter::isApplicable function core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php Returns if the formatter can be used for the provided field.
AuthorNameFormatter::viewElements function core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php Builds a renderable array for a field value.
BaseFieldFileFormatterBase class core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Base class for file formatters, which allow to link to the file download URL.
BaseFieldFileFormatterBase.php file core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php
BaseFieldFileFormatterBase::$fileUrlGenerator property core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php The file URL generator.
BaseFieldFileFormatterBase::create function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Creates an instance of the plugin.
BaseFieldFileFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Defines the default settings for this plugin.
BaseFieldFileFormatterBase::isApplicable function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Returns if the formatter can be used for the provided field.
BaseFieldFileFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Returns a form to configure settings for the formatter.
BaseFieldFileFormatterBase::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Builds a renderable array for a field value.
BaseFieldFileFormatterBase::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Generate the output appropriate for one field item.
BaseFieldFileFormatterBase::__construct function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Constructs a BaseFieldFileFormatterBase object.
BaseFieldOverrideJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonAnonTest.php The format to use in this test.
BaseFieldOverrideJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php The format to use in this test.
BaseFieldOverrideJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php The format to use in this test.
BaseFieldOverrideXmlAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlAnonTest.php The format to use in this test.
BaseFieldOverrideXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php The format to use in this test.
BaseFieldOverrideXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php The format to use in this test.
BasicStringFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php Plugin implementation of the 'basic_string' formatter.
BasicStringFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php
BasicStringFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php Builds a renderable array for a field value.
BlockContentJsonAnonTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php The format to use in this test.
BlockContentJsonBasicAuthTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.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.