function MigrateMessageCapture::getMessages
Same name in other branches
- 8.9.x core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php \Drupal\migrate_drupal_ui\Batch\MigrateMessageCapture::getMessages()
- 10 core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php \Drupal\migrate_drupal_ui\Batch\MigrateMessageCapture::getMessages()
- 11.x core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php \Drupal\migrate_drupal_ui\Batch\MigrateMessageCapture::getMessages()
Returns any captured messages.
Return value
array The captured messages.
File
-
core/
modules/ migrate_drupal_ui/ src/ Batch/ MigrateMessageCapture.php, line 39
Class
- MigrateMessageCapture
- Allows capturing messages rather than displaying them directly.
Namespace
Drupal\migrate_drupal_ui\BatchCode
public function getMessages() {
return $this->messages;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.