Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PluralTranslation::get | function | core/ |
|
| PluralTranslation::__construct | function | core/ |
Constructs a new class instance. |
| PluralTranslationTest | class | core/ |
Tests Drupal\Core\Annotation\PluralTranslation. |
| PluralTranslationTest.php | file | core/ |
|
| PluralTranslationTest::providerTestGet | function | core/ |
Provides data to self::testGet(). |
| PluralTranslationTest::providerTestMissingData | function | core/ |
|
| PluralTranslationTest::testGet | function | core/ |
Tests get. |
| PluralTranslationTest::testMissingData | function | core/ |
Tests missing data. |
| PluralVariants | class | core/ |
Defines form elements for plurals in configuration translation. |
| PluralVariants.php | file | core/ |
|
| PluralVariants::getSourceElement | function | core/ |
|
| PluralVariants::getTranslationElement | function | core/ |
|
| PluralVariants::setConfig | function | core/ |
|
| PoDatabaseReader | class | core/ |
Gettext PO reader working with the locale module database. |
| PoDatabaseReader.php | file | core/ |
|
| PoDatabaseReader::$langcode | property | core/ |
Language code of the language being read from the database. |
| PoDatabaseReader::$options | property | core/ |
An associative array indicating which type of strings should be read. |
| 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 | class | core/ |
Gettext PO header handler. |
| PoHeader.php | file | core/ |
|
| PoHeader::$authors | property | core/ |
Author(s) of the file. |
| PoHeader::$langcode | property | core/ |
Language code. |
Pagination
- Previous page
- Page 1279
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.