AjaxFormBlock::$messenger |
property |
core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php |
The messenger. |
BlockListBuilder::$messenger |
property |
core/modules/block/src/BlockListBuilder.php |
The messenger. |
BulkForm::$messenger |
property |
core/modules/views/src/Plugin/views/field/BulkForm.php |
The messenger. |
ContentModerationConfigureEntityTypesForm::$messenger |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The Messenger service. |
ContentTranslationHandlerTest::$messenger |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The messenger. |
Cookie::$messenger |
property |
core/modules/user/src/Authentication/Provider/Cookie.php |
The messenger. |
DeleteMultipleForm::$messenger |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The messenger service. |
DiscardLayoutChangesForm::$messenger |
property |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
The messenger service. |
Drupal::messenger |
function |
core/lib/Drupal.php |
Returns the messenger. |
DrupalMessengerServiceTest |
class |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Tests the Messenger service. |
DrupalMessengerServiceTest.php |
file |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
|
DrupalMessengerServiceTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
|
DrupalMessengerServiceTest::$modules |
property |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
|
DrupalMessengerServiceTest::testDrupalMessengerService |
function |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Tests Messenger service. |
DrupalMessengerServiceTest::testStatusMessageAssertions |
function |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Tests assertion methods in WebAssert related to status messages. |
FileTestSaveUploadFromForm::$messenger |
property |
core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php |
The messenger. |
FilterFormatListBuilder::$messenger |
property |
core/modules/filter/src/FilterFormatListBuilder.php |
The messenger. |
FormAjaxSubscriber::$messenger |
property |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
The messenger. |
FormAjaxSubscriberTest::$messenger |
property |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
The mocked messenger. |
FormErrorHandler::$messenger |
property |
core/modules/inline_form_errors/src/FormErrorHandler.php |
The messenger. |
FormErrorHandlerTest::$messenger |
property |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
The messenger. |
FormErrorHandlerTest::$messenger |
property |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
The messenger. |
HelpSearch::$messenger |
property |
core/modules/help/src/Plugin/Search/HelpSearch.php |
The messenger. |
LanguageListBuilder::$messenger |
property |
core/modules/language/src/LanguageListBuilder.php |
The messenger. |
MaintenanceModeSubscriber::$messenger |
property |
core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php |
The messenger. |
MessageAction::$messenger |
property |
core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php |
The messenger. |
messenger |
service |
core/core.services.yml |
Drupal\Core\Messenger\Messenger |
Messenger |
class |
core/lib/Drupal/Core/Messenger/Messenger.php |
The messenger service. |
Messenger.php |
file |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::$flashBag |
property |
core/lib/Drupal/Core/Messenger/Messenger.php |
The flash bag. |
Messenger::$killSwitch |
property |
core/lib/Drupal/Core/Messenger/Messenger.php |
The kill switch. |
Messenger::addError |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::addMessage |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::addStatus |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::addWarning |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::all |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::deleteAll |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::deleteByType |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::messagesByType |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
|
Messenger::__construct |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Messenger constructor. |
MessengerInterface |
interface |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Stores runtime messages sent out to individual users on the page. |
MessengerInterface.php |
file |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
|
MessengerInterface::addError |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Adds a new error message to the queue. |
MessengerInterface::addMessage |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Adds a new message to the queue. |
MessengerInterface::addStatus |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Adds a new status message to the queue. |
MessengerInterface::addWarning |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Adds a new warning message to the queue. |
MessengerInterface::all |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Gets all messages. |
MessengerInterface::deleteAll |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Deletes all messages. |
MessengerInterface::deleteByType |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Deletes all messages of a certain type. |
MessengerInterface::messagesByType |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Gets all messages of a certain type. |