Search for trans
- Search 7.x for trans
- Search 9.5.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PhpTransliteration::lookupReplacement | function | core/ |
Look up the generic replacement for a UTF-8 character code. |
PhpTransliteration::ordUTF8 | function | core/ |
Finds the character code for a UTF-8 character: like ord() but for UTF-8. |
PhpTransliteration::readGenericData | function | core/ |
Reads in generic transliteration data for a bank of characters. |
PhpTransliteration::readLanguageOverrides | function | core/ |
Reads in language overrides for a language code. |
PhpTransliteration::readLanguageOverrides | function | core/ |
Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides(). |
PhpTransliteration::removeDiacritics | function | core/ |
Removes diacritics (accents) from certain letters. |
PhpTransliteration::replace | function | core/ |
Replaces a single Unicode character using the transliteration database. |
PhpTransliteration::transliterate | function | core/ |
Transliterates text from Unicode to US-ASCII. |
PhpTransliteration::__construct | function | core/ |
Constructs a transliteration object. |
PhpTransliteration::__construct | function | core/ |
Constructs a PhpTransliteration object. |
PhpTransliterationTest | class | core/ |
Tests Transliteration component functionality. |
PhpTransliterationTest | class | core/ |
Tests Transliteration component functionality. |
PhpTransliterationTest.php | file | core/ |
|
PhpTransliterationTest.php | file | core/ |
|
PhpTransliterationTest::providerTestPhpTransliteration | function | core/ |
Provides data for self::testPhpTransliteration(). |
PhpTransliterationTest::providerTestPhpTransliterationRemoveDiacritics | function | core/ |
Provides data for self::testRemoveDiacritics(). |
PhpTransliterationTest::providerTestPhpTransliterationWithAlter | function | core/ |
Provides test data for testPhpTransliterationWithAlter. |
PhpTransliterationTest::testPhpTransliteration | function | core/ |
Tests the PhpTransliteration class. |
PhpTransliterationTest::testPhpTransliterationWithAlter | function | core/ |
Tests the PhpTransliteration with an alter hook. |
PhpTransliterationTest::testRemoveDiacritics | function | core/ |
Tests the PhpTransliteration::removeDiacritics() function. |
PhpTransliterationTest::testSafeInclude | function | core/ |
Tests inclusion is safe. |
PhpTuf\ComposerStager\API\Translation\Factory\TranslatableFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Factory\TranslatableFactory |
PhpTuf\ComposerStager\API\Translation\Service\DomainOptionsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\DomainOptions |
PhpTuf\ComposerStager\API\Translation\Service\LocaleOptionsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\LocaleOptions |
PhpTuf\ComposerStager\API\Translation\Service\TranslatorInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\Translator |
PhpTuf\ComposerStager\Internal\Translation\Service\SymfonyTranslatorProxyInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\SymfonyTranslatorProxy |
plugin.manager.config_translation.mapper | service | core/ |
Drupal\config_translation\ConfigMapperManager |
PluralTranslatableMarkup | class | core/ |
A class to hold plural translatable markup. |
PluralTranslatableMarkup.php | file | core/ |
|
PluralTranslatableMarkup::$count | property | core/ |
The item count to display. |
PluralTranslatableMarkup::$translatedString | property | core/ |
The already translated string. |
PluralTranslatableMarkup::createFromTranslatedString | function | core/ |
Constructs a new class instance from already translated markup. |
PluralTranslatableMarkup::getPluralIndex | function | core/ |
Gets the plural index through the gettext formula. |
PluralTranslatableMarkup::render | function | core/ |
Renders the object as a string. |
PluralTranslatableMarkup::__construct | function | core/ |
Constructs a new PluralTranslatableMarkup object. |
PluralTranslatableMarkup::__sleep | function | core/ |
Magic __sleep() method to avoid serializing the string translator. |
PluralTranslatableMarkupTest | class | core/ |
Tests the TranslatableMarkup class. |
PluralTranslatableMarkupTest.php | file | core/ |
|
PluralTranslatableMarkupTest::providerPluralTranslatableMarkupSerialization | function | core/ |
Data provider for ::testPluralTranslatableMarkupSerialization(). |
PluralTranslatableMarkupTest::testMissingPluralTranslation | function | core/ |
Tests when the plural translation is missing. |
PluralTranslatableMarkupTest::testPluralTranslatableMarkupSerialization | function | core/ |
Tests serialization of PluralTranslatableMarkup(). |
PluralTranslation | class | core/ |
Defines an annotation object for strings that require plural forms. |
PluralTranslation.php | file | core/ |
|
PluralTranslation::$context | property | core/ |
The context the source strings belong to. |
PluralTranslation::$plural | property | core/ |
The string for the plural case. |
PluralTranslation::$singular | property | core/ |
The string for the singular case. |
PluralTranslation::get | function | core/ |
Gets the value of an annotation. |
PluralTranslation::__construct | function | core/ |
Constructs a new class instance. |
PluralTranslationTest | class | core/ |
@coversDefaultClass \Drupal\Core\Annotation\PluralTranslation[[api-linebreak]] @group Annotation |
PluralTranslationTest.php | file | core/ |
Pagination
- Previous page
- Page 56
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.