MessageViewBuilder::view |
function |
core/modules/contact/src/MessageViewBuilder.php |
Builds the render array for the provided entity. |
MessageXmlAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
Tests Message Xml Anon. |
MessageXmlAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
|
MessageXmlAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
The theme to install as the default for testing. |
MessageXmlAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
The format to use in this test. |
MessageXmlAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
The MIME type that corresponds to $format. |
MessageXmlBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
Tests Message Xml Basic Auth. |
MessageXmlBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
|
MessageXmlBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
MessageXmlBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The theme to install as the default for testing. |
MessageXmlBasicAuthTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The format to use in this test. |
MessageXmlBasicAuthTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
MessageXmlBasicAuthTest::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
Modules to install. |
MessageXmlCookieTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
Tests Message Xml Cookie. |
MessageXmlCookieTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
|
MessageXmlCookieTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The authentication mechanism to use in this test. |
MessageXmlCookieTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The theme to install as the default for testing. |
MessageXmlCookieTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The format to use in this test. |
MessageXmlCookieTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The MIME type that corresponds to $format. |
message_test.info.yml |
file |
core/modules/migrate/tests/modules/message_test/message_test.info.yml |
core/modules/migrate/tests/modules/message_test/message_test.info.yml |
Messenger::addMessage |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Adds a new message to the queue. |
Messenger::messagesByType |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Gets all messages of a certain type. |
MessengerInterface::addMessage |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Adds a new message to the queue. |
MessengerInterface::messagesByType |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Gets all messages of a certain type. |
MessengerTest::testRemoveSingleMessage |
function |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests remove single message. |
MigrateEntityContentValidationTest::$messages |
property |
core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php |
Messages accumulated during the migration run. |
MigrateEntityContentValidationTest::mapMessageRecorder |
function |
core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php |
Reacts to map message event. |
MigrateEvents::IDMAP_MESSAGE |
constant |
core/modules/migrate/src/Event/MigrateEvents.php |
Name of the event fired when saving a message to the ID map. |
MigrateExecutable::$message |
property |
core/modules/migrate/src/MigrateExecutable.php |
Migration message service. |
MigrateExecutable::saveMessage |
function |
core/modules/migrate/src/MigrateExecutable.php |
Passes messages through to the map class. |
MigrateExecutableInterface::saveMessage |
function |
core/modules/migrate/src/MigrateExecutableInterface.php |
Passes messages through to the map class. |
MigrateExecutableMemoryExceededTest::$message |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The mocked migrate message. |
MigrateExecutableTest::$message |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The mocked migrate message. |
MigrateIdMapInterface::clearMessages |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Clears all messages from the map. |
MigrateIdMapInterface::getMessages |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Retrieves a traversable object of messages related to source records. |
MigrateIdMapInterface::messageCount |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Returns the number of messages saved. |
MigrateIdMapInterface::saveMessage |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Saves a message related to a source record in the migration message table. |
MigrateIdMapInterface::setMessage |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Sets the migrate message service. |
MigrateIdMapMessageEvent |
class |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Wraps an ID map message event for event listeners. |
MigrateIdMapMessageEvent.php |
file |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
|
MigrateIdMapMessageEvent::$level |
property |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Message severity. |
MigrateIdMapMessageEvent::$message |
property |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Message to be logged. |
MigrateIdMapMessageEvent::$migration |
property |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Migration entity. |
MigrateIdMapMessageEvent::$sourceIdValues |
property |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Array of values uniquely identifying the source row. |
MigrateIdMapMessageEvent::getLevel |
function |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Gets the severity level of the message. |
MigrateIdMapMessageEvent::getMessage |
function |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Gets the message to be logged. |
MigrateIdMapMessageEvent::getMigration |
function |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Gets the migration entity. |
MigrateIdMapMessageEvent::getSourceIdValues |
function |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Gets the source ID values. |
MigrateIdMapMessageEvent::__construct |
function |
core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php |
Constructs a post-save event object. |
MigrateImportEventTest::testLogMessage |
function |
core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php |
Tests logging a message. |