function PoDatabaseReader::getOptions

Get the options used by the reader.

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php, line 75
Definition of Drupal\locale\PoDatabaseReader.

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Namespace

Drupal\locale

Code

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