| UpdateSettingsForm.php |
file |
core/modules/update/src/UpdateSettingsForm.php |
|
| UpdateSettingsForm::arrayToMultiLineString |
function |
core/modules/update/src/UpdateSettingsForm.php |
Prepares the saved notify_emails property to be displayed in the form. |
| UpdateSettingsForm::buildForm |
function |
core/modules/update/src/UpdateSettingsForm.php |
Form constructor. |
| UpdateSettingsForm::formatMultipleViolationsMessage |
function |
core/modules/update/src/UpdateSettingsForm.php |
Formats multiple violation messages associated with a single form element. |
| UpdateSettingsForm::getEditableConfigNames |
function |
core/modules/update/src/UpdateSettingsForm.php |
Gets the configuration names that will be editable. |
| UpdateSettingsForm::getFormId |
function |
core/modules/update/src/UpdateSettingsForm.php |
Returns a unique string identifying the form. |
| UpdateSettingsForm::multiLineStringToArray |
function |
core/modules/update/src/UpdateSettingsForm.php |
Prepares the submitted value to be stored in the notify_emails property. |
| UpdateSettingsForm::submitForm |
function |
core/modules/update/src/UpdateSettingsForm.php |
Form submission handler. |
| UpdateSettingsFormTest |
class |
core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php |
Tests the update_settings form. |
| UpdateSettingsFormTest.php |
file |
core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php |
|
| UpdateSettingsFormTest::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php |
The theme to install as the default for testing. |
| UpdateSettingsFormTest::$modules |
property |
core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php |
Modules to install. |
| UpdateSettingsFormTest::testUpdateSettingsForm |
function |
core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php |
Tests the update_settings form. |
| update_already_performed |
function |
core/includes/update.inc |
Determines if a module update has already been performed. |
| UploadedFileConstraint::$uploadFormSizeErrorMessage |
property |
core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php |
The upload form size error message. |
| UriDependentTestImageEffect::transformDimensions |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Determines the dimensions of the styled image. |
| UriLinkFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php |
Plugin implementation of the 'uri_link' formatter. |
| UriLinkFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php |
|
| UriLinkFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php |
Builds a renderable array for a field value. |
| UriWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php |
Returns the form for a single field widget. |
| UriWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php |
Returns a form to configure settings for the widget. |
| Url::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Url.php |
Provide link to the page being visited. |
| UrlEncode::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
Performs the associated process. |
| UrlEncodeTest::doTransform |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Perform the urlencode process plugin over the given value. |
| UrlHelperFormatConstraint |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Defines a custom format constraint for json-schema. |
| UrlHelperFormatConstraint::check |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
|
| UrlPlainFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
Plugin implementation of the 'file_url_plain' formatter. |
| UrlPlainFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
|
| UrlPlainFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
Builds a renderable array for a field value. |
| UrlTest::testFormUrl |
function |
core/modules/system/tests/src/Functional/Form/UrlTest.php |
Tests that #type 'url' fields are properly validated and trimmed. |
| UrlTransformRelativeTest |
class |
core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php |
Tests URL transform to relative. |
| UrlTransformRelativeTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php |
|
| UrlTransformRelativeTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php |
Modules to install. |
| UrlTransformRelativeTest::providerFileUrlTransformRelative |
function |
core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php |
Provides data for testing URL transformation. |
| UrlTransformRelativeTest::testFileUrlTransformRelative |
function |
core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php |
Tests transformRelative() function. |
| User::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/argument_validator/User.php |
Provides the default form for setting options. |
| User::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/argument_default/User.php |
Provide the default form for setting options. |
| User::submitOptionsForm |
function |
core/modules/user/src/Plugin/views/argument_validator/User.php |
Provides the default form for submitting options. |
| UserAccountFormFieldsTest |
class |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Verifies the field order in user account forms. |
| UserAccountFormFieldsTest.php |
file |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
|
| UserAccountFormFieldsTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Modules to install. |
| UserAccountFormFieldsTest::$user |
property |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
|
| UserAccountFormFieldsTest::assertFieldOrder |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Asserts that the 'name' form element is directly before the 'pass' element. |
| UserAccountFormFieldsTest::buildAccountForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Builds the user account form for a given operation. |
| UserAccountFormFieldsTest::testInstallConfigureForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Tests the root user account form section in the "Configure site" form. |
| UserAccountFormFieldsTest::testUserEditForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Tests the user edit form. |
| UserAccountFormFieldsTest::testUserRegistrationForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Tests the user registration form. |
| UserAccountFormPasswordResetTest |
class |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
Verifies that the password reset behaves as expected with form elements. |
| UserAccountFormPasswordResetTest.php |
file |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
|
| UserAccountFormPasswordResetTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
Modules to install. |