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. Search main for format
  6. Other projects
Title Object type File name Summary
FileJsonCookieTest::$format property core/modules/file/tests/src/Functional/Rest/FileJsonCookieTest.php The format to use in this test.
FileMediaFormatterBase class core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Base class for media file formatter.
FileMediaFormatterBase.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php
FileMediaFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Defines the default settings for this plugin.
FileMediaFormatterBase::getHtmlTag function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Gets the HTML tag for the formatter.
FileMediaFormatterBase::getSourceFiles function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Gets source files with attributes.
FileMediaFormatterBase::isApplicable function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Returns if the formatter can be used for the provided field.
FileMediaFormatterBase::mimeTypeApplies function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Check if given MIME type applies to the media type of the formatter.
FileMediaFormatterBase::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Prepare the attributes according to the settings.
FileMediaFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Returns a form to configure settings for the formatter.
FileMediaFormatterBase::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Returns a short summary for the current formatter settings.
FileMediaFormatterBase::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Builds a renderable array for a field value.
FileMediaFormatterInterface interface core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterInterface.php Defines getter methods for FileMediaFormatterBase.
FileMediaFormatterInterface.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterInterface.php
FileMediaFormatterInterface::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterInterface.php Gets the applicable media type for a formatter.
FileMediaFormatterTestBase class core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php Provides methods specifically for testing File module's media formatter's.
FileMediaFormatterTestBase.php file core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php
FileMediaFormatterTestBase::$modules property core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php Modules to install.
FileMediaFormatterTestBase::createMediaField function core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php Creates a file field and set's the correct formatter.
FileMediaFormatterTestBase::dataProvider function core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php Data provider for testRender.
FileMediaFormatterTestBase::setUp function core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php
FilemimeFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Formatter to render the file MIME type, with an optional icon.
FilemimeFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php
FilemimeFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Defines the default settings for this plugin.
FilemimeFormatter::isApplicable function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Returns if the formatter can be used for the provided field.
FilemimeFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Returns a form to configure settings for the formatter.
FilemimeFormatter::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Generate the output appropriate for one field item.
FileOutput::writeFormatted function core/tests/PHPStan/ErrorFormatter/FileOutput.php
FileOutput::writeLineFormatted function core/tests/PHPStan/ErrorFormatter/FileOutput.php
FileSystemForm::$dateFormatter property core/modules/system/src/Form/FileSystemForm.php The date formatter service.
FileUploadJsonBasicAuthTest::$format property core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php The format to use in this test.
FileUploadJsonCookieTest::$format property core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php The format to use in this test.
FileUriFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php Formatter to render the file URI to its download path.
FileUriFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php
FileUriFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php Defines the default settings for this plugin.
FileUriFormatter::isApplicable function core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php Returns if the formatter can be used for the provided field.
FileUriFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php Returns a form to configure settings for the formatter.
FileUriFormatter::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php Generate the output appropriate for one field item.
FileVideoFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Plugin implementation of the 'file_video' formatter.
FileVideoFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::calculateDependencies function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Calculates dependencies for the configured plugin.
FileVideoFormatter::create function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Instantiates a new instance of the implementing class using autowiring.
FileVideoFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Defines the default settings for this plugin.
FileVideoFormatter::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Gets the applicable media type for a formatter.
FileVideoFormatter::onDependencyRemoval function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Informs the plugin that some configuration it depends on will be deleted.
FileVideoFormatter::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Prepare the attributes according to the settings.
FileVideoFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Returns a form to configure settings for the formatter.
FileVideoFormatter::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Returns a short summary for the current formatter settings.
FileVideoFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Builds a renderable array for a field value.
FileVideoFormatter::__construct function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Constructs a FormatterBase object.

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