MessengerInterface::TYPE_ERROR |
constant |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
An error. |
MessengerInterface::TYPE_STATUS |
constant |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
A status message. |
MessengerInterface::TYPE_WARNING |
constant |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
A warning. |
MessengerTest |
class |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests Drupal\Core\Messenger\Messenger. |
MessengerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
|
MessengerTest::$messenger |
property |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
The messenger under test. |
MessengerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
|
MessengerTest::testAddMarkup |
function |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests adding markup. |
MessengerTest::testAddNoDuplicates |
function |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests we don't add duplicates. |
MessengerTest::testAddWithDuplicates |
function |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests we do add duplicates with repeat flag. |
MessengerTest::testRemoveSingleMessage |
function |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests remove single message. |
MessengerTrait |
trait |
core/lib/Drupal/Core/Messenger/MessengerTrait.php |
Provides a trait for the messenger service. |
MessengerTrait.php |
file |
core/lib/Drupal/Core/Messenger/MessengerTrait.php |
|
MessengerTrait::$messenger |
property |
core/lib/Drupal/Core/Messenger/MessengerTrait.php |
The messenger. |
MessengerTrait::messenger |
function |
core/lib/Drupal/Core/Messenger/MessengerTrait.php |
Gets the messenger. |
MessengerTrait::setMessenger |
function |
core/lib/Drupal/Core/Messenger/MessengerTrait.php |
Sets the messenger. |
ModerationOptOutPublish::$messenger |
property |
core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php |
Messenger service. |
ModerationOptOutUnpublish::$messenger |
property |
core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php |
Messenger service. |
NodeSearch::$messenger |
property |
core/modules/node/src/Plugin/Search/NodeSearch.php |
The messenger. |
OEmbed::$messenger |
property |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
The messenger service. |
OEmbedFormatter::$messenger |
property |
core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php |
The messenger service. |
PrepareLayout::$messenger |
property |
core/modules/layout_builder/src/EventSubscriber/PrepareLayout.php |
The messenger service. |
RevertOverridesForm::$messenger |
property |
core/modules/layout_builder/src/Form/RevertOverridesForm.php |
The messenger service. |
RoleListBuilder::$messenger |
property |
core/modules/user/src/RoleListBuilder.php |
The messenger. |
SearchPageListBuilder::$messenger |
property |
core/modules/search/src/SearchPageListBuilder.php |
The messenger. |
Sql::$messenger |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
The messenger. |
Symfony\Component\Mailer\Messenger\MessageHandler |
service |
core/modules/mailer/mailer.services.yml |
|
SystemTestController::$messenger |
property |
core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php |
The messenger service. |
SystemTestController::messengerServiceTest |
function |
core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php |
Tests setting messages and removing one before it is displayed. |
TestPrepareLayout::$messenger |
property |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
The messenger service. |
VocabularyListBuilder::$messenger |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
The messenger. |
WorkspaceActivateForm::$messenger |
property |
core/modules/workspaces/src/Form/WorkspaceActivateForm.php |
The messenger service. |
WorkspaceSwitcherForm::$messenger |
property |
core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php |
The messenger service. |