Search for message
- Search 7.x for message
- Search 9.5.x for message
- Search 8.9.x for message
- Search 10.3.x for message
- Search main for message
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Message | class | composer/ |
Determine configuration. |
| Message | class | core/ |
Defines the contact message entity. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| MailHandlerTest::getSendMailMessages | function | core/ |
Data provider for ::testSendMailMessages. |
| MailHandlerTest::testSendMailMessages | function | core/ |
Tests the sendMailMessages method. |
| MailTest::testCancelMessage | function | core/ |
Tests that message sending may be canceled. |
| MailTest::testErrorMessageDisplay | function | core/ |
Assert that the pluggable mail system is functional. |
| MaintenanceMode::getSiteMaintenanceMessage | function | core/ |
Gets the site maintenance message. |
| MaintenanceModeInterface::getSiteMaintenanceMessage | function | core/ |
Gets the site maintenance message. |
| MediaLibraryWidget::getNoMediaTypesAvailableMessage | function | core/ |
Gets the message to display when there are no allowed media types. |
| MediaPreviewTest::testErrorMessages | function | core/ |
Tests that failed media embed preview requests inform the end user. |
| MediaResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| MediaTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| MenuDeleteForm::logDeletionMessage | function | core/ |
Logs a message about the deleted entity. |
| MenuLinkContentDeleteForm::getDeletionMessage | function | core/ |
|
| MenuLinkContentResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| MenuLinkContentTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| Message | class | composer/ |
Determine configuration. |
| Message | class | core/ |
Defines the contact message entity. |
| message.component.yml | file | core/ |
core/modules/navigation/components/message/message.component.yml |
| message.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore wght */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-message { … |
| message.pcss.css | file | core/ |
/* cspell:ignore wght */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-message { z-index: 1; display: flex; align-items: start; text-align: start; text-decoration: none; overflow-wrap: break-word; … |
| Message.php | file | composer/ |
|
| Message.php | file | core/ |
|
| message.twig | file | core/ |
{% set classes = [ 'toolbar-message', 'toolbar-message--' ~ type, ] %} {% if url %} <a {{ attributes.addClass(classes).setAttribute('href', url).setAttribute('data-drupal-tooltip',… |
| Message::$eventName | property | composer/ |
The name of the event. |
| Message::$messageText | property | composer/ |
The message to display. |
| Message::$rootPackage | property | composer/ |
The root package. |
| Message::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| Message::copySender | function | core/ |
Returns TRUE if a copy should be sent to the sender. |
| Message::getContactForm | function | core/ |
Returns the form this contact message belongs to. |
| Message::getMessage | function | core/ |
Returns the message body. |
| Message::getMessageFromFile | function | composer/ |
Reads the message file as an array. |
| Message::getPersonalRecipient | function | core/ |
Returns the user this message is being sent to. |
| Message::getSenderMail | function | core/ |
Returns the email address of the sender. |
| Message::getSenderName | function | core/ |
Returns the name of the sender. |
| Message::getSubject | function | core/ |
Returns the message subject. |
| Message::getText | function | composer/ |
|
| Message::isPersonal | function | core/ |
Returns TRUE if this is the personal contact form. |
| Message::setCopySender | function | core/ |
Sets if the sender should receive a copy of this email or not. |
| Message::setMessage | function | core/ |
Sets the email message to send. |
| Message::setSenderMail | function | core/ |
Sets the email address of the sender. |
| Message::setSenderName | function | core/ |
Sets the name of the message sender. |
| Message::setSubject | function | core/ |
Sets the subject for the email. |
| Message::__construct | function | composer/ |
Construct a Config object. |
| MessageAction | class | core/ |
Sends a message to the current user's screen. |
| MessageAction.php | file | core/ |
|
| MessageAction::$messenger | property | core/ |
The messenger. |
| MessageAction::$renderer | property | core/ |
The renderer. |
| MessageAction::$token | property | core/ |
The token service. |
| MessageAction::access | function | core/ |
Checks object access. |
| MessageAction::buildConfigurationForm | function | core/ |
Form constructor. |
| MessageAction::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.