function 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.