| LocaleFileSystemFormTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
The theme to install as the default for testing. |
| LocaleFileSystemFormTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Modules to install. |
| LocaleFileSystemFormTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
|
| LocaleFileSystemFormTest::testFileConfigurationPage |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests translation directory settings on the file settings form. |
| LocaleHooks::formLanguageAdminAddFormAlter |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_form_FORM_ID_alter() for language_admin_add_form(). |
| LocaleHooks::formLanguageAdminEditFormAlter |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_form_FORM_ID_alter() for language_admin_edit_form(). |
| LocaleHooks::formLanguageAdminOverviewFormAlter |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_form_FORM_ID_alter() for language_admin_overview_form(). |
| LocaleHooks::formSystemFileSystemSettingsAlter |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_form_FORM_ID_alter() for system_file_system_settings(). |
| LocalePluralFormatTest |
class |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural handling for various languages. |
| LocalePluralFormatTest.php |
file |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
|
| LocalePluralFormatTest::$adminUser |
property |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
An admin user. |
| LocalePluralFormatTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
The theme to install as the default for testing. |
| LocalePluralFormatTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Modules to install. |
| LocalePluralFormatTest::getPoFileWithBrokenPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a broken plural formula. |
| LocalePluralFormatTest::getPoFileWithComplexPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a complex plural formula. |
| LocalePluralFormatTest::getPoFileWithMissingPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a missing plural formula. |
| LocalePluralFormatTest::getPoFileWithSimplePlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a simple plural formula. |
| LocalePluralFormatTest::importPoFile |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Imports a standalone .po file in a given language. |
| LocalePluralFormatTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
|
| 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. |
| MailerCaptureTestForm |
class |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Mailer capture test form. |
| MailerCaptureTestForm.php |
file |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
|
| MailerCaptureTestForm::buildForm |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Form constructor. |
| MailerCaptureTestForm::create |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| MailerCaptureTestForm::getFormId |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Returns a unique string identifying the form. |
| MailerCaptureTestForm::submitForm |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Form submission handler. |