MessageInterface::setMessage |
function |
core/modules/contact/src/MessageInterface.php |
Sets the email message to send. |
MessageInterface::setSenderMail |
function |
core/modules/contact/src/MessageInterface.php |
Sets the email address of the sender. |
MessageInterface::setSenderName |
function |
core/modules/contact/src/MessageInterface.php |
Sets the name of the message sender. |
MessageInterface::setSubject |
function |
core/modules/contact/src/MessageInterface.php |
Sets the subject for the email. |
MessageJsonAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
@group rest |
MessageJsonAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
|
MessageJsonAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
The theme to install as the default for testing. |
MessageJsonAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
The format to use in this test. |
MessageJsonAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
The MIME type that corresponds to $format. |
MessageJsonBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
@group rest |
MessageJsonBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
|
MessageJsonBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
MessageJsonBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
The theme to install as the default for testing. |
MessageJsonBasicAuthTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
The format to use in this test. |
MessageJsonBasicAuthTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
MessageJsonBasicAuthTest::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
Modules to install. |
MessageJsonCookieTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php |
@group rest |
MessageJsonCookieTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php |
|
MessageJsonCookieTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php |
The authentication mechanism to use in this test. |
MessageJsonCookieTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php |
The theme to install as the default for testing. |
MessageJsonCookieTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php |
The format to use in this test. |
MessageJsonCookieTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php |
The MIME type that corresponds to $format. |
MessagePlugin |
class |
composer/Plugin/ProjectMessage/MessagePlugin.php |
A Composer plugin to display a message after creating a project. |
MessagePlugin.php |
file |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::$composer |
property |
composer/Plugin/ProjectMessage/MessagePlugin.php |
Composer object. |
MessagePlugin::$config |
property |
composer/Plugin/ProjectMessage/MessagePlugin.php |
Configuration. |
MessagePlugin::$io |
property |
composer/Plugin/ProjectMessage/MessagePlugin.php |
IO object. |
MessagePlugin::activate |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::deactivate |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::displayPostCreateMessage |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::getSubscribedEvents |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::uninstall |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessageResourceTestBase |
class |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
|
MessageResourceTestBase.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
|
MessageResourceTestBase::$entity |
property |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
The Message entity. |
MessageResourceTestBase::$entityTypeId |
property |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
The tested entity type. |
MessageResourceTestBase::$labelFieldName |
property |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Optionally specify which field is the 'label' field. |
MessageResourceTestBase::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Modules to install. |
MessageResourceTestBase::createEntity |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Creates the entity to be tested. |
MessageResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Returns the expected normalization of the entity. |
MessageResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Return the expected error message. |
MessageResourceTestBase::getNormalizedPostEntity |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Returns the normalized POST entity. |
MessageResourceTestBase::setUpAuthorization |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Sets up the necessary authorization. |
MessageResourceTestBase::testDelete |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
MessageResourceTestBase::testGet |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Tests a GET request for an entity, plus edge cases to ensure good DX. |
MessageResourceTestBase::testPatch |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Tests a PATCH request for an entity, plus edge cases to ensure good DX. |
Messages |
class |
core/modules/views/src/Plugin/views/area/Messages.php |
Provides an area for messages. |
messages.css |
file |
core/profiles/demo_umami/themes/umami/css/components/messages/messages.css |
Styles for system messages. |
messages.css |
file |
core/misc/dialog/off-canvas/css/messages.css |
Styling for messages in the off-canvas dialog. |
messages.css |
file |
core/themes/olivero/css/components/messages.css |
Messages. |