You are here

14 calls to Unicode::strtoupper() in Zircon Profile 8

ConvertImageEffect::getSummary in core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php
Returns a render array summarizing the configuration of the image effect.
EntityQueryTest::testCaseSensitivity in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test case sensitive and in-sensitive query conditions.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
HandlerBase::caseTransform in core/modules/views/src/Plugin/views/HandlerBase.php
Transform a string by a certain method.
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
Schema::processField in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set database-engine specific properties for a field.
Schema::processField in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Set database-engine specific properties for a field.
TestDiscovery::isUnitTest in core/modules/simpletest/src/TestDiscovery.php
Determines if the provided classname is a unit test.
Unicode::strcasecmp in core/lib/Drupal/Component/Utility/Unicode.php
Compares UTF-8-encoded strings in a binary safe case-insensitive manner.
Unicode::ucfirst in core/lib/Drupal/Component/Utility/Unicode.php
Capitalizes the first character of a UTF-8 string.
Unicode::ucwords in core/lib/Drupal/Component/Utility/Unicode.php
Capitalizes the first character of each word in a UTF-8 string.
UnicodeTest::testStrtoupper in core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php
Tests multibyte strtoupper.