You are here

public function StashLogger::getAll in Backup and Migrate 5.0.x

Get all of the log messages that were saved to this stash.

Return value

array

File

src/Core/Service/StashLogger.php, line 42

Class

StashLogger
Saves log entries to memory to be processed during the current process.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function getAll() {
  return $this->logs;
}