UniquePathAliasConstraint::$differentCapitalizationMessage |
property |
core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraint.php |
Violation message when the path alias exists with different capitalization. |
UniquePathAliasConstraint::$message |
property |
core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraint.php |
The default violation message. |
UnmetDependenciesException::getTranslatedMessage |
function |
core/lib/Drupal/Core/Config/UnmetDependenciesException.php |
Gets a translated message from the exception. |
update-fetch-error-message.html.twig |
file |
core/modules/update/templates/update-fetch-error-message.html.twig |
Default theme implementation for the message when fetching data fails. |
update-fetch-error-message.html.twig |
file |
core/themes/stable9/templates/admin/update-fetch-error-message.html.twig |
Default theme implementation for the message when fetching data fails. |
UpdateContribTest::assertCoreCompatibilityMessage |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Asserts that a core compatibility message is correct for an update. |
UpdateContribTest::testCoreCompatibilityMessage |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests that core compatibility messages are displayed. |
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests the error message when failing to fetch data without dblog installed. |
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests the error message when failing to fetch data with dblog installed. |
UpdateScriptTest::HANDBOOK_MESSAGE |
constant |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
|
UpdateSettingsForm::formatMultipleViolationsMessage |
function |
core/modules/update/src/UpdateSettingsForm.php |
Formats multiple violation messages associated with a single form element. |
UpdateThemeHooks::preprocessUpdateFetchErrorMessage |
function |
core/modules/update/src/Hook/UpdateThemeHooks.php |
Prepares variables for update fetch error message templates. |
UserBulkForm::emptySelectedMessage |
function |
core/modules/user/src/Plugin/views/field/UserBulkForm.php |
Returns the message to be displayed when there are no selected items. |
UserLoginHttpTest::assertHttpResponseWithMessage |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Checks a response for status code and message. |
UserMailRequired::$message |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php |
Violation message. Use the same message as FormValidator. |
UserMailUnique::$message |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php |
The default violation message. |
UserNameConstraint::$emptyMessage |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php |
The violation message when there is no username. |
UserNameConstraint::$illegalMessage |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php |
The violation message when the username uses an invalid character. |
UserNameConstraint::$multipleSpacesMessage |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php |
The violation message when the username has consecutive whitespace. |
UserNameConstraint::$spaceBeginMessage |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php |
The violation message when the username begins with whitespace. |
UserNameConstraint::$spaceEndMessage |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php |
The violation message when the username ends with whitespace. |
UserNameConstraint::$tooLongMessage |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php |
The violation message when the username length exceeds the maximum allowed. |
UserNameUnique::$message |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php |
The default violation message. |
UserRegistrationResourceTest::ERROR_MESSAGE |
constant |
core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php |
|
UserRegistrationRestTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/user/tests/src/Functional/UserRegistrationRestTest.php |
Return the expected error message. |
UserResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php |
Return the expected error message. |
UserTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Return the expected error message. |
ValidPathConstraint::$message |
property |
core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/ValidPathConstraint.php |
The default violation message. |
ValidReferenceConstraint::$invalidAutocreateMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php |
Violation message when a new entity ("autocreate") is invalid. |
ValidReferenceConstraint::$message |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php |
The default violation message. |
ValidReferenceConstraint::$nonExistingMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php |
Violation message when the entity does not exist. |
ValidReferenceConstraint::$nullMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php |
Violation message when the target_id is empty. |
views.view.test_area_messages.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_messages.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_messages.yml |
ViewsIntegrationTest::testMessages |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the messages escaping functionality. |
VocabularyDeleteForm::getDeletionMessage |
function |
core/modules/taxonomy/src/Form/VocabularyDeleteForm.php |
Gets the message to display to the user after deleting the entity. |
VocabularyResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Return the expected error message. |
VocabularyTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Return the expected error message. |
WebAssert::buildStatusMessageSelector |
function |
core/tests/Drupal/Tests/WebAssert.php |
Builds a xpath selector for a message with given type and text. |
WebAssert::statusMessageContains |
function |
core/tests/Drupal/Tests/WebAssert.php |
Asserts that a status message containing a given string exists. |
WebAssert::statusMessageExists |
function |
core/tests/Drupal/Tests/WebAssert.php |
Asserts that a status message exists. |
WebAssert::statusMessageNotContains |
function |
core/tests/Drupal/Tests/WebAssert.php |
Asserts that a status message containing a given string does not exist. |
WebAssert::statusMessageNotExists |
function |
core/tests/Drupal/Tests/WebAssert.php |
Asserts that a status message does not exist. |
_dblog_get_message_types |
function |
core/modules/dblog/dblog.module |
Gathers a list of uniquely defined database log message types. |
_update_batch_create_message |
function |
core/modules/update/update.authorize.inc |
Creates a structure of log messages. |
_update_message_text |
function |
core/modules/update/update.module |
Returns the appropriate message text when site is out of date or not secure. |