| MessageCommand::__construct |
function |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
Constructs a MessageCommand object. |
| MessageCommandTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Tests adding messages via AJAX command. |
| MessageCommandTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
|
| MessageCommandTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
|
| MessageCommandTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
|
| MessageCommandTest::assertAnnounceContains |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Checks for inclusion of text in #drupal-live-announce. |
| MessageCommandTest::assertAnnounceNotContains |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Checks for absence of the given text from #drupal-live-announce. |
| MessageCommandTest::testJsStatusMessageAssertions |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Tests methods in JsWebAssert related to status messages. |
| MessageCommandTest::testMessageCommand |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Tests AJAX MessageCommand use in a form. |
| MessageCommandTest::waitForMessageRemoved |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Asserts that a message of the expected type is removed. |
| MessageCommandTest::waitForMessageVisible |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Asserts that a message of the expected type appears. |
| MessageEntityTest |
class |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
Tests the message entity class. |
| MessageEntityTest.php |
file |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
|
| MessageEntityTest::$modules |
property |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
|
| MessageEntityTest::setUp |
function |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
|
| MessageEntityTest::testMessageMethods |
function |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
Tests some of the methods. |
| MessageForm |
class |
core/modules/contact/src/MessageForm.php |
Form controller for contact message forms. |
| MessageForm |
class |
core/modules/migrate/src/Form/MessageForm.php |
Migrate messages form. |
| MessageForm.php |
file |
core/modules/contact/src/MessageForm.php |
|
| MessageForm.php |
file |
core/modules/migrate/src/Form/MessageForm.php |
|
| MessageForm::$dateFormatter |
property |
core/modules/contact/src/MessageForm.php |
The date formatter service. |
| MessageForm::$entity |
property |
core/modules/contact/src/MessageForm.php |
The message being used by this form. |
| MessageForm::$flood |
property |
core/modules/contact/src/MessageForm.php |
The flood control mechanism. |
| MessageForm::$languageManager |
property |
core/modules/contact/src/MessageForm.php |
The language manager service. |
| MessageForm::$mailHandler |
property |
core/modules/contact/src/MessageForm.php |
The contact mail handler service. |
| MessageForm::actions |
function |
core/modules/contact/src/MessageForm.php |
|
| MessageForm::buildForm |
function |
core/modules/migrate/src/Form/MessageForm.php |
|
| MessageForm::create |
function |
core/modules/contact/src/MessageForm.php |
|
| MessageForm::create |
function |
core/modules/migrate/src/Form/MessageForm.php |
|
| MessageForm::form |
function |
core/modules/contact/src/MessageForm.php |
|
| MessageForm::getFormId |
function |
core/modules/migrate/src/Form/MessageForm.php |
|
| MessageForm::preview |
function |
core/modules/contact/src/MessageForm.php |
Form submission handler for the 'preview' action. |
| MessageForm::resetForm |
function |
core/modules/migrate/src/Form/MessageForm.php |
Resets the filter form. |
| MessageForm::save |
function |
core/modules/contact/src/MessageForm.php |
|
| MessageForm::submitForm |
function |
core/modules/migrate/src/Form/MessageForm.php |
|
| MessageForm::validateForm |
function |
core/modules/contact/src/MessageForm.php |
|
| MessageForm::__construct |
function |
core/modules/contact/src/MessageForm.php |
Constructs a MessageForm object. |
| MessageInterface |
interface |
core/modules/contact/src/MessageInterface.php |
Provides an interface defining a contact message entity. |
| MessageInterface.php |
file |
core/modules/contact/src/MessageInterface.php |
|
| MessageInterface::copySender |
function |
core/modules/contact/src/MessageInterface.php |
Returns TRUE if a copy should be sent to the sender. |
| MessageInterface::getContactForm |
function |
core/modules/contact/src/MessageInterface.php |
Returns the form this contact message belongs to. |
| MessageInterface::getMessage |
function |
core/modules/contact/src/MessageInterface.php |
Returns the message body. |
| MessageInterface::getPersonalRecipient |
function |
core/modules/contact/src/MessageInterface.php |
Returns the user this message is being sent to. |
| MessageInterface::getSenderMail |
function |
core/modules/contact/src/MessageInterface.php |
Returns the email address of the sender. |
| MessageInterface::getSenderName |
function |
core/modules/contact/src/MessageInterface.php |
Returns the name of the sender. |
| MessageInterface::getSubject |
function |
core/modules/contact/src/MessageInterface.php |
Returns the message subject. |
| MessageInterface::isPersonal |
function |
core/modules/contact/src/MessageInterface.php |
Returns TRUE if this is the personal contact form. |
| MessageInterface::setCopySender |
function |
core/modules/contact/src/MessageInterface.php |
Sets if the sender should receive a copy of this email or not. |
| 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. |