FileExtensionSecureConstraint::$message |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileExtensionSecureConstraint.php |
The error message. |
FileFieldValidateTest::testAjaxValidationMessage |
function |
core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php |
Tests the validation message is displayed only once for ajax uploads. |
FileImageDimensionsConstraint::$messageImageTooSmall |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileImageDimensionsConstraint.php |
The image too small message. |
FileImageDimensionsConstraint::$messageResizedImageTooSmall |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileImageDimensionsConstraint.php |
The resized image too small message. |
FileImageDimensionsConstraint::$messageResizeFailed |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileImageDimensionsConstraint.php |
The resize failed message. |
FileIsImageConstraint::$message |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraint.php |
The error message. |
FileNameLengthConstraint::$messageEmpty |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
The message when file name is empty. |
FileNameLengthConstraint::$messageTooLong |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
The message when file name is too long. |
FileResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php |
Return the expected error message. |
FileSizeLimitConstraint::$diskQuotaMessage |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The message for when disk quota is exceeded. |
FileSizeLimitConstraint::$maxFileSizeMessage |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The message for when file size limit is exceeded. |
FileTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/FileTest.php |
|
FileUploadResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php |
|
FileUploadTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/FileUploadTest.php |
|
FileUriUnique::$message |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php |
The error message. |
FormattableMarkupTest::$lastErrorMessage |
property |
core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php |
The error message of the last error in the error handler. |
FormElementInlineErrorTest::testDisplayErrorMessagesNotInline |
function |
core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php |
Tests that no inline form errors are shown when disabled for a form. |
FormErrorHandler::displayErrorMessages |
function |
core/modules/inline_form_errors/src/FormErrorHandler.php |
Loops through and displays all form errors. |
FormErrorHandler::displayErrorMessages |
function |
core/lib/Drupal/Core/Form/FormErrorHandler.php |
Loops through and displays all form errors. |
FormErrorHandlerTest::testDisplayErrorMessages |
function |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
Tests display error messages. |
FormErrorHandlerTest::testErrorMessagesInline |
function |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
Tests error messages inline. |
FormErrorHandlerTest::testErrorMessagesNotInline |
function |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
Tests that opting out of Inline Form Errors works. |
FormValidationMessageOrderTest |
class |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Tests form validation messages are displayed in the same order as the fields. |
FormValidationMessageOrderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
FormValidationMessageOrderTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
FormValidationMessageOrderTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
FormValidationMessageOrderTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Tests that fields validation messages are sorted in the fields order. |
FormValidationMessageOrderTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
FormValidatorTest::providerTestRequiredErrorMessage |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
FormValidatorTest::testRequiredErrorMessage |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests required error message. |
FundamentalCompatibilityConstraint::$missingElementsMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when CKE5 can generate disallowed HTML elements. |
FundamentalCompatibilityConstraint::$noMarkupFiltersMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when no markup filters are enabled. |
FundamentalCompatibilityConstraint::$nonAllowedElementsMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when fundamental HTML elements are not allowed. |
FundamentalCompatibilityConstraint::$nonCreatableTagMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when CKE5 cannot create a needed tag. |
FundamentalCompatibilityConstraint::$notSupportedElementsMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when HTML elements cannot be generated by CKE5. |
ImageFieldValidateTest::testAJAXValidationMessage |
function |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
Tests the validation message is displayed only once for ajax uploads. |
ImageStyleResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
|
ImmutablePropertiesConstraint::$message |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
The error message if an immutable property has been changed. |
InstallerDatabaseErrorMessagesTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php |
Tests the installer with database errors. |
InstallerDatabaseErrorMessagesTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php |
|
InstallerDatabaseErrorMessagesTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php |
|
InstallerDatabaseErrorMessagesTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php |
|
InstallerDatabaseErrorMessagesTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php |
|
InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php |
Verifies that the error message in the settings step is correct. |
InvalidConfigException::formatMessage |
function |
core/lib/Drupal/Core/Recipe/InvalidConfigException.php |
Formats the constraint violation list as a human-readable message. |
JsMessageTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php |
Tests core/drupal.message library. |
JsMessageTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php |
|
JsMessageTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php |
|
JsMessageTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php |
|