Search for code
- Search 7.x for code
- Search 9.5.x for code
- Search 8.9.x for code
- Search 10.3.x for code
- Search 11.x for code
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StaticMenuLinkOverrides::encodeId | function | core/ |
Encodes the ID by replacing dots with double underscores. |
| StorageInterface::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| StorageInterface::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| StorageReplaceDataWrapper::decode | function | core/ |
|
| StorageReplaceDataWrapper::encode | function | core/ |
|
| StubEntityBase::$langcode | property | core/ |
The language code for the stub entity. |
| Tags::encode | function | core/ |
Encodes a tag string, taking care of special cases like commas and quotes. |
| TaxonomyTranslationTestTrait::$baseLangcode | property | core/ |
The langcode of the source language. |
| TaxonomyTranslationTestTrait::$translateToLangcode | property | core/ |
Target langcode for translation. |
| TemplateProjectTestBase::copyCodebase | function | core/ |
|
| TestConfigNamesMapper::getInternalLangcode | function | core/ |
Gets the internal language code of this mapper, if any. |
| TestSiteInstallCommand::$langcode | property | core/ |
The language to install the site in. |
| ThemeTest::testThemeSettingsColorHexCode | function | core/ |
Tests the theme settings color input. |
| TranslatedViewTest::$langcodes | property | core/ |
Languages to enable. |
| TranslationLanguageRenderer::$langcodeAlias | property | core/ |
Stores the field alias of the langcode column. |
| TranslationLanguageRenderer::getLangcode | function | core/ |
|
| TranslationLanguageRenderer::getLangcodeTable | function | core/ |
Returns the name of the table holding the "langcode" field. |
| TranslationManager::$defaultLangcode | property | core/ |
The default langcode used in translations. |
| TranslationManager::setDefaultLangcode | function | core/ |
Sets the default langcode. |
| UmamiMultilingualInstallTest::$langcode | property | core/ |
The language code in which to install Drupal. |
| Unicode | class | core/ |
Provides Unicode-related conversions and operations. |
| Unicode.php | file | core/ |
|
| Unicode::check | function | core/ |
Checks for Unicode support in PHP and sets the proper settings if possible. |
| Unicode::convertToUtf8 | function | core/ |
Converts data to UTF-8. |
| Unicode::encodingFromBOM | function | core/ |
Decodes UTF byte-order mark (BOM) to the encoding name. |
| Unicode::getStatus | function | core/ |
Gets the current status of unicode/multibyte support on this environment. |
| Unicode::lcfirst | function | core/ |
Converts the first character of a UTF-8 string to lowercase. |
| Unicode::PREG_CLASS_WORD_BOUNDARY | constant | core/ |
Matches Unicode characters that are word boundaries. |
| Unicode::STATUS_ERROR | constant | core/ |
Indicates an error during check for PHP unicode support. |
| Unicode::STATUS_MULTIBYTE | constant | core/ |
Indicates that full unicode support with PHP mbstring extension is used. |
| Unicode::STATUS_SINGLEBYTE | constant | core/ |
Indicates that standard PHP (emulated) unicode support is being used. |
| Unicode::strcasecmp | function | core/ |
Compares UTF-8-encoded strings in a binary safe case-insensitive manner. |
| Unicode::truncate | function | core/ |
Truncates a UTF-8-encoded string safely to a number of characters. |
| Unicode::truncateBytes | function | core/ |
Truncates a UTF-8-encoded string safely to a number of bytes. |
| Unicode::ucfirst | function | core/ |
Capitalizes the first character of a UTF-8 string. |
| Unicode::ucwords | function | core/ |
Capitalizes the first character of each word in a UTF-8 string. |
| Unicode::validateUtf8 | function | core/ |
Checks whether a string is valid UTF-8. |
| UnicodeTest | class | core/ |
Test unicode handling features implemented in Unicode component. |
| UnicodeTest.php | file | core/ |
|
| UnicodeTest.txt | file | core/ |
… |
| UnicodeTest::providerLcfirst | function | core/ |
Data provider for testLcfirst(). |
| UnicodeTest::providerTestConvertToUtf8 | function | core/ |
Provides data to self::testConvertToUtf8(). |
| UnicodeTest::providerTestTruncateBytes | function | core/ |
Provides data for self::testTruncateBytes(). |
| UnicodeTest::providerTestValidateUtf8 | function | core/ |
Provides data for self::testValidateUtf8(). |
| UnicodeTest::providerTruncate | function | core/ |
Data provider for testTruncate(). |
| UnicodeTest::providerUcfirst | function | core/ |
Data provider for testUcfirst(). |
| UnicodeTest::providerUcwords | function | core/ |
Data provider for testUcwords(). |
| UnicodeTest::testConvertToUtf8 | function | core/ |
Tests UTF-8 conversion. |
| UnicodeTest::testLcfirst | function | core/ |
Tests multibyte lcfirst. |
| UnicodeTest::testTruncate | function | core/ |
Tests multibyte truncate. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.