MigrateTestBase::$migrateMessages

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::migrateMessages
  2. 8.9.x core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::migrateMessages
  3. 10 core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::migrateMessages

A two dimensional array of messages.

The first key is the type of message, the second is just numeric. Values are the messages.

Type: array

File

core/modules/migrate/tests/src/Kernel/MigrateTestBase.php, line 36

Class

MigrateTestBase
Creates abstract base class for migration tests.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $migrateMessages;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.