Search for format_
- Search 7.x for format_
- Search 9.5.x for format_
- Search 8.9.x for format_
- Search 10.3.x for format_
- Search 11.x for format_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MailFormatHelper | class | core/ |
Defines a class containing utility methods for formatting mail messages. |
| MailFormatHelper.php | file | core/ |
|
| MailFormatHelper::$regexp | property | core/ |
Quoted regex expression based on base path. |
| MailFormatHelper::$supportedTags | property | core/ |
Array of tags supported. |
| MailFormatHelper::$urls | property | core/ |
Internal array of URLs replaced with tokens. |
| MailFormatHelper::htmlToMailUrls | function | core/ |
Keeps track of URLs and replaces them with placeholder tokens. |
| MailFormatHelper::htmlToText | function | core/ |
Transforms an HTML string into plain text, preserving its structure. |
| MailFormatHelper::htmlToTextClean | function | core/ |
Replaces non-quotation markers from a piece of indentation with spaces. |
| MailFormatHelper::htmlToTextPad | function | core/ |
Pads the last line with the given character. |
| MailFormatHelper::wrapMail | function | core/ |
Performs format=flowed soft wrapping for mail (RFC 3676). |
| MailFormatHelper::wrapMailLine | function | core/ |
Wraps words on a single line. |
| MailFormatHelperTest | class | core/ |
Tests Drupal\Core\Mail\MailFormatHelper. |
| MailFormatHelperTest.php | file | core/ |
|
| MailFormatHelperTest::testWrapMail | function | core/ |
Tests wrap mail. |
| MailToFormatter | class | core/ |
Plugin implementation of the 'email_mailto' formatter. |
| MailToFormatter.php | file | core/ |
|
| MailToFormatter::viewElements | function | core/ |
|
| ManageDisplayTest::testFormatterUI | function | core/ |
Tests formatter settings. |
| MediaFilterController::formatUsesMediaEmbedFilter | function | core/ |
Checks access based on media_embed filter status on the text format. |
| MediaHooks::formatEditFormValidate | function | core/ |
Validate callback to ensure filter order and allowed_html are compatible. |
| MediaHooks::formFilterFormatAddFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| MediaHooks::formFilterFormatEditFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| MediaListBuilder::$dateFormatter | property | core/ |
The date formatter service. |
| MediaThumbnailFormatter | class | core/ |
Plugin implementation of the 'media_thumbnail' formatter. |
| MediaThumbnailFormatter.php | file | core/ |
|
| MediaThumbnailFormatter::checkAccess | function | core/ |
Checks access to the given entity. |
| MediaThumbnailFormatter::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| MediaThumbnailFormatter::getMediaThumbnailUrl | function | core/ |
Get the URL for the media thumbnail. |
| MediaThumbnailFormatter::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
| MediaThumbnailFormatter::needsEntityLoad | function | core/ |
This has to be overridden because FileFormatterBase expects $item to be of type \Drupal\file\Plugin\Field\FieldType\FileItem and calls isDisplayed() which is not in FieldItemInterface. |
| MediaThumbnailFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| MediaThumbnailFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| MediaThumbnailFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| MediaThumbnailFormatter::__construct | function | core/ |
Constructs a FormatterBase object. |
| MediaThumbnailFormatterTest | class | core/ |
Tests Drupal\media\Plugin\Field\FieldFormatter\MediaThumbnailFormatter. |
| MediaThumbnailFormatterTest | class | core/ |
Tests Media Thumbnail Formatter. |
| MediaThumbnailFormatterTest.php | file | core/ |
|
| MediaThumbnailFormatterTest.php | file | core/ |
|
| MediaThumbnailFormatterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MediaThumbnailFormatterTest::$mediaFieldName | property | core/ |
Test media reference field name. |
| MediaThumbnailFormatterTest::$modules | property | core/ |
Modules to install. |
| MediaThumbnailFormatterTest::$testEntityBundleId | property | core/ |
Test entity bundle id. |
| MediaThumbnailFormatterTest::$testEntityTypeId | property | core/ |
Test entity type id. |
| MediaThumbnailFormatterTest::changeMediaReferenceFieldLinkType | function | core/ |
Helper function to change field display. |
| MediaThumbnailFormatterTest::providerTestSettingsSummary | function | core/ |
Data provider for testSettingsSummary(). |
| MediaThumbnailFormatterTest::setUp | function | core/ |
|
| MediaThumbnailFormatterTest::testRender | function | core/ |
Tests the media thumbnail field formatter. |
| MediaThumbnailFormatterTest::testSettingsSummary | function | core/ |
Tests the settings summary. |
| media_filter_format_edit_form_validate | function | core/ |
Validate callback to ensure filter order and allowed_html are compatible. |
| MessageForm::$dateFormatter | property | core/ |
The date formatter service. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.