public PoDatabaseWriter::__construct()
Constructor, initialize reporting array.
File
- core/modules/locale/src/PoDatabaseWriter.php, line 61
Class
- PoDatabaseWriter
- Gettext PO writer working with the locale module database.
Namespace
Drupal\locale
Code
public function __construct() { $this->setReport(); }
Please login to continue.