| MessageAction::access |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Checks object access. |
| MessageAction::buildConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Form constructor. |
| MessageAction::create |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Instantiates a new instance of the implementing class using autowiring. |
| MessageAction::defaultConfiguration |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Gets default configuration for this plugin. |
| MessageAction::execute |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Executes the plugin. |
| MessageAction::submitConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Form submission handler. |
| MessageAction::__construct |
function |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
Constructs a MessageAction object. |
| MessageCommand |
class |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
AJAX command for a JavaScript Drupal.message() call. |
| MessageCommand.php |
file |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
|
| MessageCommand::$clearPrevious |
property |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
Whether to clear previous messages. |
| MessageCommand::$message |
property |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
The message text. |
| MessageCommand::$options |
property |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
The options passed to Drupal.message().add(). |
| MessageCommand::$wrapperQuerySelector |
property |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
The query selector for the element the message will appear in. |
| MessageCommand::getAttachedAssets |
function |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
Gets the attached assets. |
| MessageCommand::render |
function |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
Return an array to be run through json_encode and sent to the client. |
| 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 |
The theme to install as the default for testing. |
| MessageCommandTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Modules to install. |
| 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 |
Modules to install. |
| 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 |
Returns an array of supported actions for the current entity form. |
| MessageForm::buildForm |
function |
core/modules/migrate/src/Form/MessageForm.php |
Form constructor. |
| MessageForm::create |
function |
core/modules/migrate/src/Form/MessageForm.php |
Instantiates a new instance of this class. |
| MessageForm::create |
function |
core/modules/contact/src/MessageForm.php |
Instantiates a new instance of this class. |
| MessageForm::form |
function |
core/modules/contact/src/MessageForm.php |
Gets the actual form array to be built. |
| MessageForm::getFormId |
function |
core/modules/migrate/src/Form/MessageForm.php |
Returns a unique string identifying the form. |
| 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 |
Form submission handler for the 'save' action. |
| MessageForm::submitForm |
function |
core/modules/migrate/src/Form/MessageForm.php |
Form submission handler. |