| MigrateMessageInterface::display |
function |
core/modules/migrate/src/MigrateMessageInterface.php |
Displays a migrate message. |
| MigrateMessageTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Tests whether idmap messages are sent to message interface when requested. |
| MigrateMessageTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
|
| MigrateMessageTest::$messages |
property |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Messages accumulated during the migration run. |
| MigrateMessageTest::$migration |
property |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Migration to run. |
| MigrateMessageTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Modules to install. |
| MigrateMessageTest::display |
function |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Displays a migrate message. |
| MigrateMessageTest::mapMessageRecorder |
function |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Reacts to map message event. |
| MigrateMessageTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
|
| MigrateMessageTest::testGetMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Tests the return value of getMessages(). |
| MigrateMessageTest::testMessagesNotTeed |
function |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Tests migration interruptions. |
| MigrateMessageTest::testMessagesTeed |
function |
core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php |
Tests migration interruptions. |
| MigrateMessageTestBase |
class |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
Provides base class for testing migrate messages. |
| MigrateMessageTestBase.php |
file |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
|
| MigrateMessageTestBase::$database |
property |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
The database connection. |
| MigrateMessageTestBase::$defaultTheme |
property |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
The theme to install as the default for testing. |
| MigrateMessageTestBase::$migrationIds |
property |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
Migration IDs. |
| MigrateMessageTestBase::$modules |
property |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
Modules to install. |
| MigrateMessageTestBase::createTables |
function |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
Creates map and message tables for testing. |
| MigrateMessageTestBase::setUp |
function |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
|
| MigrateProcessErrorMessagesTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
Tests the format of messages from process plugin exceptions. |
| MigrateProcessErrorMessagesTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
|
| MigrateProcessErrorMessagesTest::$definition |
property |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
The default stub migration definition. |
| MigrateProcessErrorMessagesTest::$idMap |
property |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
A mock ID Map. |
| MigrateProcessErrorMessagesTest::$idMapPluginManager |
property |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
A mock ID Map Plugin Manager. |
| MigrateProcessErrorMessagesTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
Modules to install. |
| MigrateProcessErrorMessagesTest::$processPluginManager |
property |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
A mock Process Plugin Manager. |
| MigrateProcessErrorMessagesTest::setPluginManagers |
function |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
Prepares and sets the prophesized plugin managers. |
| MigrateProcessErrorMessagesTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
|
| MigrateProcessErrorMessagesTest::testProcessErrorMessage |
function |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
Tests format of map messages saved from plugin exceptions. |
| MigrateProcessErrorMessagesTest::testSubProcessErrorMessage |
function |
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php |
Tests format of map messages saved from sub_process exceptions. |
| MigrateSqlIdMapTest::testClearMessages |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the clear messages method. |
| MigrateSqlIdMapTest::testMessageCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map message count method by counting and saving messages. |
| MigrateSqlIdMapTest::testMessageSave |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map save message method. |
| MigrateSqlIdMapTest::testSetMessage |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map set message method. |
| MigrateTestBase::$collectMessages |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
TRUE to collect messages instead of displaying them. |
| MigrateTestBase::$migrateMessages |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
A two dimensional array of messages. |
| MigrateTestBase::startCollectingMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Start collecting messages and erase previous messages. |
| MigrateTestBase::stopCollectingMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Stop collecting messages. |
| MigrateUpgradeImportBatch::$messages |
property |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
MigrateMessage instance to capture messages during the migration process. |
| MigrateUpgradeImportBatch::MESSAGE_LENGTH |
constant |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Maximum number of previous messages to display. |
| MigrateUpgradeImportBatch::onIdMapMessage |
function |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Displays any messages being logged to the ID map. |
| MigrateUserRoleTest::assertMessages |
function |
core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php |
Assert the logged migrate messages. |
| migrate_drupal_message_test.info.yml |
file |
core/modules/migrate_drupal_ui/tests/modules/migrate_drupal_message_test/migrate_drupal_message_test.info.yml |
core/modules/migrate_drupal_ui/tests/modules/migrate_drupal_message_test/migrate_drupal_message_test.info.yml |
| MigrationInterface::MESSAGE_ERROR |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration error. |
| MigrationInterface::MESSAGE_INFORMATIONAL |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration info. |
| MigrationInterface::MESSAGE_NOTICE |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration notice. |
| MigrationInterface::MESSAGE_WARNING |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration warning. |
| MigrationTest::getProcessPluginsExceptionMessageProvider |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Provides data for testing invalid process pipeline. |
| MigrationTest::testGetProcessPluginsExceptionMessage |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getProcessPlugins() |