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
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.
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.
Boolean::$formats property core/modules/views/src/Plugin/views/field/Boolean.php The allowed formats.
BooleanFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Plugin implementation of the 'boolean' formatter.
BooleanFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
BooleanFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Defines the default settings for this plugin.
BooleanFormatter::getOutputFormats function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Gets the available format options.
BooleanFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a form to configure settings for the formatter.
BooleanFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a short summary for the current formatter settings.
BooleanFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Builds a renderable array for a field value.
BooleanFormatterSettingsTest class core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest class core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php

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