1 backup.file.inc | public BackupFile::getLog() |
Return the array of current log messages.
Return value
array:
File
- core/
includes/ backup/ backup.file.inc, line 188 - Contains the BackupFile class.
Class
- BackupFile
- Provides a utility object for reading and writing local backup files.
Code
public function getLog() {
return $this->log;
}