| LocalePluralFormatTest::testGetPluralFormat |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests locale_get_plural() and \Drupal::translation()->formatPlural(). |
| LocalePluralFormatTest::testPluralEditDateFormatter |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural editing of DateFormatter strings. |
| LocalePluralFormatTest::testPluralEditExport |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural editing and export functionality. |
| LocaleSettingsForm |
class |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Configure locale settings for this site. |
| LocaleSettingsForm.php |
file |
core/modules/locale/src/Form/LocaleSettingsForm.php |
|
| LocaleSettingsForm::buildForm |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Form constructor. |
| LocaleSettingsForm::getEditableConfigNames |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Gets the configuration names that will be editable. |
| LocaleSettingsForm::getFormId |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Returns a unique string identifying the form. |
| LocaleSettingsForm::submitForm |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Form submission handler. |
| LocaleSettingsForm::validateForm |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Form validation handler. |
| locale_form_language_admin_add_form_alter_submit |
function |
core/modules/locale/locale.module |
Form submission handler for language_admin_add_form(). |
| locale_form_language_admin_edit_form_alter_submit |
function |
core/modules/locale/locale.module |
Form submission handler for language_admin_edit_form(). |
| LocalTasksBlock::blockForm |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
|
| Log::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/Log.php |
Performs the associated process. |
| logger.channel.form |
service |
core/core.services.yml |
|
| LoggingForm |
class |
core/modules/system/src/Form/LoggingForm.php |
Configure logging settings for this site. |
| LoggingForm.php |
file |
core/modules/system/src/Form/LoggingForm.php |
|
| LoggingForm::buildForm |
function |
core/modules/system/src/Form/LoggingForm.php |
Form constructor. |
| LoggingForm::getFormId |
function |
core/modules/system/src/Form/LoggingForm.php |
Returns a unique string identifying the form. |
| MachineName::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/MachineName.php |
Default option form that provides label widget that all fields should have. |
| MachineName::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/MachineName.php |
Performs the associated process. |
| MachineNameTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form constructor. |
| MachineNameTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Returns a unique string identifying the form. |
| MachineNameTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form submission handler. |
| MachineNameTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form validation handler. |
| MailFormatHelper |
class |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Defines a class containing utility methods for formatting mail messages. |
| MailFormatHelper.php |
file |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
|
| MailFormatHelper::$regexp |
property |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Quoted regex expression based on base path. |
| MailFormatHelper::$supportedTags |
property |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Array of tags supported. |
| MailFormatHelper::$urls |
property |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Internal array of URLs replaced with tokens. |
| MailFormatHelper::htmlToMailUrls |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Keeps track of URLs and replaces them with placeholder tokens. |
| MailFormatHelper::htmlToText |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Transforms an HTML string into plain text, preserving its structure. |
| MailFormatHelper::htmlToTextClean |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Replaces non-quotation markers from a piece of indentation with spaces. |
| MailFormatHelper::htmlToTextPad |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Pads the last line with the given character. |
| MailFormatHelper::wrapMail |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Performs format=flowed soft wrapping for mail (RFC 3676). |
| MailFormatHelper::wrapMailLine |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Wraps words on a single line. |
| MailFormatHelperTest |
class |
core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php |
Tests Drupal\Core\Mail\MailFormatHelper. |
| MailFormatHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php |
|
| MailFormatHelperTest::testWrapMail |
function |
core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php |
Tests wrap mail. |
| MailHandlerTest::$contactForm |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
The contact form entity. |
| MailHandlerTest::getMockContactForm |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Builds a mock message on given scenario. |
| MailInterface::format |
function |
core/lib/Drupal/Core/Mail/MailInterface.php |
Formats a message prior to sending. |
| MailToFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
Plugin implementation of the 'email_mailto' formatter. |
| MailToFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
|
| MailToFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
Builds a renderable array for a field value. |
| MainContentViewSubscriber::WRAPPER_FORMAT |
constant |
core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php |
URL query attribute to indicate the wrapper used to render a request. |
| MakeUniqueBase::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php |
Creates a unique value based on the source value. |
| ManagedFileTest::buildForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form constructor. |
| ManagedFileTest::getFormId |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Returns a unique string identifying the form. |
| ManagedFileTest::submitForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form submission handler. |