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. 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
JSMessageTestController::messageLinksWithSystemMessages function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript with messages from backend.
JSWebAssert::buildJavascriptStatusMessageSelector function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Builds a xpath selector for a message with given type and text.
JSWebAssert::statusMessageContains function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message containing a given string exists.
JSWebAssert::statusMessageContainsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message containing given string exists after wait.
JSWebAssert::statusMessageExistsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message exists after wait.
JSWebAssert::statusMessageNotContains function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message containing a given string does not exist.
JSWebAssert::statusMessageNotContainsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that no status message containing given string exists after wait.
JSWebAssert::statusMessageNotExistsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message does not exist after wait.
js_message_test.info.yml file core/modules/system/tests/modules/js_message_test/js_message_test.info.yml core/modules/system/tests/modules/js_message_test/js_message_test.info.yml
js_message_test.libraries.yml file core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml
js_message_test.routing.yml file core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml
LangcodeRequiredIfTranslatableValuesConstraint::$missingMessage property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php The error message if this config object is missing a `langcode`.
LangcodeRequiredIfTranslatableValuesConstraint::$superfluousMessage property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php The error message if this config object contains a superfluous `langcode`.
LanguageDeleteForm::getDeletionMessage function core/modules/language/src/Form/LanguageDeleteForm.php Gets the message to display to the user after deleting the entity.
LanguageDeleteForm::logDeletionMessage function core/modules/language/src/Form/LanguageDeleteForm.php Logs a message about the deleted entity.
LayoutBuilderEntityFormTrait::buildMessageContainer function core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php Build the message container.
LayoutBuilderUiTest::testUnsavedChangesMessage function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests the message indicating unsaved changes.
LinkAccessConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php
LinkExternalProtocolsConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php
LinkNotExistingInternalConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php
LinkTypeConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php
LocaleInstallTest::testLocaleInstallMessage function core/modules/locale/tests/src/Functional/LocaleInstallTest.php Tests Locale install message.
LogMessageParser class core/lib/Drupal/Core/Logger/LogMessageParser.php Parses log messages and their placeholders.
LogMessageParser.php file core/lib/Drupal/Core/Logger/LogMessageParser.php
LogMessageParser::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParser.php Parses and transforms message and its placeholders to a common format.
LogMessageParserInterface interface core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Defines an interface for parsing log messages and their placeholders.
LogMessageParserInterface.php file core/lib/Drupal/Core/Logger/LogMessageParserInterface.php
LogMessageParserInterface::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Parses and transforms message and its placeholders to a common format.
LogMessageParserTest class core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php @coversDefaultClass \Drupal\Core\Logger\LogMessageParser
@group Logger
LogMessageParserTest.php file core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php
LogMessageParserTest::providerTestParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Data provider for testParseMessagePlaceholders().
LogMessageParserTest::testParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Tests for LogMessageParserTrait::parseMessagePlaceholders()
MailHandler::sendMailMessages function core/modules/contact/src/MailHandler.php
MailHandlerInterface::sendMailMessages function core/modules/contact/src/MailHandlerInterface.php Sends mail messages as appropriate for a given Message form submission.
MailHandlerTest::getAnonymousMockMessage function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message from anonymous user.
MailHandlerTest::getAuthenticatedMockMessage function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message from authenticated user.
MailHandlerTest::getSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Data provider for ::testSendMailMessages.
MailHandlerTest::testSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests the sendMailMessages method.
MailTest::testCancelMessage function core/modules/system/tests/src/Kernel/Mail/MailTest.php Tests that message sending may be canceled.
MailTest::testErrorMessageDisplay function core/modules/system/tests/src/Kernel/Mail/MailTest.php Assert that the pluggable mail system is functional.
MaintenanceMode::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceMode.php Gets the site maintenance message.
MaintenanceModeInterface::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Gets the site maintenance message.
MediaLibraryWidget::getNoMediaTypesAvailableMessage function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Gets the message to display when there are no allowed media types.
MediaMappingsConstraint::$invalidMappingMessage property core/modules/media/src/Plugin/Validation/Constraint/MediaMappingsConstraint.php The error message if source is used in media mapping.
MediaPreviewTest::testErrorMessages function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php Tests that failed media embed preview requests inform the end user.
MediaResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php Return the expected error message.
MediaTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/MediaTest.php Return the expected error message.
MediaTestConstraint::$message property core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraint.php The default violation message.
MenuDeleteForm::logDeletionMessage function core/modules/menu_ui/src/Form/MenuDeleteForm.php Logs a message about the deleted entity.
MenuLinkContentDeleteForm::getDeletionMessage function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php

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