Search for message

  1. Search 7.x for message
  2. Search 9.5.x for message
  3. Search 8.9.x for message
  4. Search 10.3.x for message
  5. Search main for message
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Message class composer/Plugin/ProjectMessage/Message.php Determine configuration.
Message class core/modules/contact/src/Entity/Message.php Defines the contact message entity.

All search results

Title Object type File name Summary
EntityTestTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php
EntityValidationException::getViolationMessages function core/modules/migrate/src/Exception/EntityValidationException.php Returns the list of violation messages.
EntityValidationException::MESSAGES_SEPARATOR constant core/modules/migrate/src/Exception/EntityValidationException.php The separator for combining multiple messages into a single string.
EntityViewDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
EntityViewDisplayTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php
EnumConstraint::$invalidClassMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Violation message if the value is not of the expected enum class.
EnumConstraint::$missingClassMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Violation message if the enum class is missing.
EnumConstraint::$notEnumMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Violation message if the value is not an enum.
EquivalentUpdate::toSkipMessage function core/lib/Drupal/Core/Update/EquivalentUpdate.php Creates a message to explain why an update has been skipped.
Error::DEFAULT_ERROR_MESSAGE constant core/lib/Drupal/Core/Utility/Error.php The default message for logging errors.
ErrorHandlerTest::assertErrorMessage function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Helper function: assert that the error message is found.
ErrorHandlerTest::assertNoErrorMessage function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Helper function: assert that the error message is not found.
ErrorHandlerTest::assertNoMessages function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Asserts that no messages are printed onto the page.
EventBase::$message property core/modules/migrate/src/Event/EventBase.php The current message service.
EventBase::logMessage function core/modules/migrate/src/Event/EventBase.php Logs a message using the Migrate message service.
EventBaseTest::testLogMessage function core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php Tests logging a message.
ExposedFilterAJAXTest::testExposedFilterErrorMessages function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests that errors messages are displayed for exposed filters via ajax.
FailureMarker::getMessage function core/modules/package_manager/src/FailureMarker.php Gets the message from the file if it exists.
FailureMarkerTest::testGetMessageWithoutThrowable function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests get message without throwable.
FailureMarkerTest::testGetMessageWithThrowable function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests get message with throwable.
field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml file core/modules/system/tests/modules/olivero_test/config/install/field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml core/modules/system/tests/modules/olivero_test/config/install/field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml
field.storage.contact_message.field_multiple_value_form_field.yml file core/modules/system/tests/modules/olivero_test/config/install/field.storage.contact_message.field_multiple_value_form_field.yml core/modules/system/tests/modules/olivero_test/config/install/field.storage.contact_message.field_multiple_value_form_field.yml
FieldConfigResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldStorageConfigResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php
FieldStorageConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php
FileFieldValidateTest::testAjaxValidationMessage function core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php Tests the validation message is displayed only once for ajax uploads.
FileResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php
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
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.
gin-messages.css file core/themes/default_admin/migration/css/base/gin-messages.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

.messages {
position: relative;
margin-block-start: 0;
padding: var(--gin-spacing-m);
opacity: 1;
gin-messages.pcss.css file core/themes/default_admin/migration/css/base/gin-messages.pcss.css .messages {
position: relative;
margin-block-start: 0;
padding: var(--gin-spacing-m);
opacity: 1;
border: 2px solid transparent;
border-radius: var(--gin-border-l);

.gin--dark-mode & {
box-shadow: 0 6px 16px…
IgnoreActiveTrailConstraint::$message property core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraint.php The default violation message.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.