Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PoDatabaseReader::$result | property | core/ |
Store the result of the query so it can be iterated later. |
| PoDatabaseReader::getHeader | function | core/ |
Get header metadata. |
| PoDatabaseReader::getLangcode | function | core/ |
Get language code. |
| PoDatabaseReader::getOptions | function | core/ |
Get the options used by the reader. |
| PoDatabaseReader::loadStrings | function | core/ |
Builds and executes a database query based on options set earlier. |
| PoDatabaseReader::readItem | function | core/ |
Reads and returns a PoItem (source/translation pair). |
| PoDatabaseReader::readString | function | core/ |
Get the database result resource for the given language and options. |
| PoDatabaseReader::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
| PoDatabaseReader::setLangcode | function | core/ |
Set language code. |
| PoDatabaseReader::setOptions | function | core/ |
Set the options for the current reader. |
| PoDatabaseReader::__construct | function | core/ |
Constructor, initializes with default options. |
| PoDatabaseWriter | class | core/ |
Gettext PO writer working with the locale module database. |
| PoDatabaseWriter.php | file | core/ |
|
| PoDatabaseWriter::$header | property | core/ |
Header of the po file written to the database. |
| PoDatabaseWriter::$langcode | property | core/ |
Language code of the language being written to the database. |
| PoDatabaseWriter::$options | property | core/ |
An associative array indicating what data should be overwritten, if any. |
| PoDatabaseWriter::$report | property | core/ |
Associative array summarizing the number of changes done. |
| PoDatabaseWriter::getHeader | function | core/ |
Get header metadata. |
| PoDatabaseWriter::getLangcode | function | core/ |
Get language code. |
| PoDatabaseWriter::getOptions | function | core/ |
Get the options used by the writer. |
| PoDatabaseWriter::getReport | function | core/ |
Get the report of the write operations. |
| PoDatabaseWriter::importString | function | core/ |
Imports one string into the database. |
| PoDatabaseWriter::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
| PoDatabaseWriter::setLangcode | function | core/ |
Set language code. |
| PoDatabaseWriter::setOptions | function | core/ |
Set the options for the current writer. |
| PoDatabaseWriter::setReport | function | core/ |
Set the report array of write operations. |
| PoDatabaseWriter::writeItem | function | core/ |
Writes the given item. |
| PoDatabaseWriter::writeItems | function | core/ |
Writes all or the given amount of items. |
| PoDatabaseWriter::__construct | function | core/ |
Constructor, initialize reporting array. |
| PoHeader::$authors | property | core/ |
Author(s) of the file. |
| PoHeader::$pluralForms | property | core/ |
Formula for the plural form. |
| PoHeader::getPluralForms | function | core/ |
Gets the plural form. |
| PoHeader::parseArithmetic | function | core/ |
Parses and sanitizes an arithmetic formula into a plural element stack. |
| PoHeader::parseHeader | function | core/ |
Parses a Gettext Portable Object file header. |
| PoHeader::parsePluralForms | function | core/ |
Parses a Plural-Forms entry from a Gettext Portable Object file header. |
| PoHeader::setFromString | function | core/ |
Populate internal values from a string. |
| PoHeader::setLanguageName | function | core/ |
Set the human readable language name. |
| PoHeader::setProjectName | function | core/ |
Set the project name. |
| PoHeader::__construct | function | core/ |
Constructor, creates a PoHeader with default values. |
| PoHeader::__toString | function | core/ |
Generate a Gettext PO formatted header string based on data set earlier. |
| PoHeaderTest | class | core/ |
Unit tests for the Gettext PO file header handling features. |
| PoHeaderTest.php | file | core/ |
|
| PoHeaderTest::providerTestPluralsFormula | function | core/ |
Data provider for testPluralsFormula. |
| PoHeaderTest::testPluralsFormula | function | core/ |
Tests that plural expressions are evaluated correctly. |
| PoItem::$source | property | core/ |
The source string or array of strings if it has plurals. |
| PoItem::$translation | property | core/ |
The translation string or array of strings if it has plurals. |
| PoItem::formatSingular | function | core/ |
Formats a singular translation. |
| PoItem::formatString | function | core/ |
Formats a string for output on multiple lines. |
| PoItem::getSource | function | core/ |
Gets the source string or the array of strings if the translation has plurals. |
| PoItem::getTranslation | function | core/ |
Gets the translation string or the array of strings if the translation has plurals. |
Pagination
- Previous page
- Page 959
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.