function PoDatabaseWriter::getOptions

Get the options used by the writer.

1 call to PoDatabaseWriter::getOptions()

File

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

Class

PoDatabaseWriter
Gettext PO writer working with the locale module database.

Namespace

Drupal\locale

Code

function getOptions() {
  return $this->_options;
}