protected property MigrateMessageCapture::$messages in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php \Drupal\migrate_drupal_ui\Batch\MigrateMessageCapture::messages
Array of recorded messages.
Type: array
File
- core/
modules/ migrate_drupal_ui/ src/ Batch/ MigrateMessageCapture.php, line 17
Class
- MigrateMessageCapture
- Allows capturing messages rather than displaying them directly.
Namespace
Drupal\migrate_drupal_ui\BatchCode
protected $messages = [];