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
JsMessageTest::assertCurrentMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Asserts that currently shown messages match expected messages.
JsMessageTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::testAddRemoveMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests click on links to show messages and remove messages.
JSMessageTestController class core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Test Controller to show message links.
JSMessageTestController.php file core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php
JSMessageTestController::getMessagesSelectors function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Gets the test messages selectors.
JSMessageTestController::getTypes function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Gets the test types.
JSMessageTestController::messageLinks function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript.
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
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
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
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
MaintenanceModeInterface::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Gets the site maintenance message.

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