Search for code
- Search 7.x for code
- Search 9.5.x for code
- Search 10.3.x for code
- Search 11.x for code
- Search main for code
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::providerStrlen | function | core/ |
Data provider for testStrlen(). |
| UnicodeTest::providerStrpos | function | core/ |
Data provider for testStrpos(). |
| UnicodeTest::providerStrtolower | function | core/ |
Data provider for testStrtolower(). |
| UnicodeTest::providerStrtoupper | function | core/ |
Data provider for testStrtoupper(). |
| UnicodeTest::providerSubstr | function | core/ |
Data provider for testSubstr(). |
| UnicodeTest::providerTestConvertToUtf8 | function | core/ |
Provides data to self::testConvertToUtf8(). |
| UnicodeTest::providerTestMimeHeader | function | core/ |
Data provider for testMimeHeader(). |
| UnicodeTest::providerTestMimeHeaderDecode | function | core/ |
Data provider for testMimeHeaderDecode(). |
| 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::testMimeHeaderDecode | function | core/ |
Tests multibyte decoding. |
| UnicodeTest::testMimeHeaderEncode | function | core/ |
Tests multibyte encoding. |
| UnicodeTest::testSetStatus | function | core/ |
@group legacy @expectedDeprecation \Drupal\Component\Utility\Unicode::setStatus() is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0. In Drupal 9 there will be no way to set the status and in Drupal 8 this ability has been removed… |
| UnicodeTest::testStrlen | function | core/ |
Tests multibyte strlen. |
| UnicodeTest::testStrpos | function | core/ |
Tests multibyte strpos. |
| UnicodeTest::testStrtolower | function | core/ |
Tests multibyte strtolower. |
| UnicodeTest::testStrtoupper | function | core/ |
Tests multibyte strtoupper. |
| UnicodeTest::testSubstr | function | core/ |
Tests multibyte substr. |
| UnicodeTest::testTruncate | function | core/ |
Tests multibyte truncate. |
| UnicodeTest::testTruncateBytes | function | core/ |
Tests multibyte truncate bytes. |
| UnicodeTest::testUcfirst | function | core/ |
Tests multibyte ucfirst. |
| UnicodeTest::testUcwords | function | core/ |
Tests multibyte ucwords. |
| UnicodeTest::testValidateUtf8 | function | core/ |
Tests UTF-8 validation. |
| unicode_requirements | function | core/ |
Moves unicode_requirements() logic to system_requirements(). |
| UrlEncode | class | core/ |
URL-encodes the input value. |
| UrlEncode.php | file | core/ |
|
| UrlEncode::transform | function | core/ |
Performs the associated process. |
| UrlEncodeTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\UrlEncode[[api-linebreak]] @group file |
| UrlEncodeTest.php | file | core/ |
|
| UrlEncodeTest::$migrationConfiguration | property | core/ |
An array of migration configuration values. |
| UrlEncodeTest::doTransform | function | core/ |
Perform the urlencode process plugin over the given value. |
| UrlEncodeTest::testUrls | function | core/ |
Cover various encoding scenarios. @dataProvider urlDataProvider |
| UrlEncodeTest::urlDataProvider | function | core/ |
The data provider for testing URL encoding scenarios. |
| UrlGenerator::$decodedChars | property | core/ |
Overrides characters that will not be percent-encoded in the path segment. |
| UrlHelper::encodePath | function | core/ |
Encodes a Drupal path for use in a URL. |
| UrlHelperTest::providerTestEncodePath | function | core/ |
Provides data for self::testEncodePath(). |
| UrlHelperTest::testEncodePath | function | core/ |
Tests path encoding. |
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.