public function PoDatabaseWriter::getReport

Get the report of the write operations.

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php, line 89
Definition of Drupal\locale\PoDatabaseWriter.

Class

PoDatabaseWriter
Gettext PO writer working with the locale module database.

Namespace

Drupal\locale

Code

public function getReport() {
  return $this->_report;
}