Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UnicodeTest.php file core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php
UnicodeTest.txt file core/modules/search/tests/UnicodeTest.txt
UnicodeTest::providerLcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testLcfirst().
UnicodeTest::providerStrlen function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrlen().
UnicodeTest::providerStrpos function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrpos().
UnicodeTest::providerStrtolower function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrtolower().
UnicodeTest::providerStrtoupper function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrtoupper().
UnicodeTest::providerSubstr function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testSubstr().
UnicodeTest::providerTestConvertToUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data to self::testConvertToUtf8().
UnicodeTest::providerTestMimeHeader function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testMimeHeader().
UnicodeTest::providerTestMimeHeaderDecode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testMimeHeaderDecode().
UnicodeTest::providerTestTruncateBytes function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data for self::testTruncateBytes().
UnicodeTest::providerTestValidateUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data for self::testValidateUtf8().
UnicodeTest::providerTruncate function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testTruncate().
UnicodeTest::providerUcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testUcfirst().
UnicodeTest::providerUcwords function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testUcwords().
UnicodeTest::testConvertToUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests UTF-8 conversion.
UnicodeTest::testLcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte lcfirst.
UnicodeTest::testMimeHeaderDecode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte decoding.
UnicodeTest::testMimeHeaderEncode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte encoding.
UnicodeTest::testSetStatus function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php @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/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strlen.
UnicodeTest::testStrpos function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strpos.
UnicodeTest::testStrtolower function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strtolower.
UnicodeTest::testStrtoupper function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strtoupper.
UnicodeTest::testSubstr function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte substr.
UnicodeTest::testTruncate function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte truncate.
UnicodeTest::testTruncateBytes function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte truncate bytes.
UnicodeTest::testUcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte ucfirst.
UnicodeTest::testUcwords function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte ucwords.
UnicodeTest::testValidateUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests UTF-8 validation.
unicode_requirements function core/includes/unicode.inc Moves unicode_requirements() logic to system_requirements().
UnicornEditor::getDefaultSettings function core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php Returns the default settings for this configurable text editor.
UnicornEditor::getJSSettings function core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php Returns JavaScript settings to be attached.
UnicornEditor::getLibraries function core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php Returns libraries to be attached.
UninstallDefaultContentTest class core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Tests that uninstalling default content removes created content.
UninstallDefaultContentTest.php file core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
UninstallDefaultContentTest::$profile property core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php The profile to install as a basis for testing.
UninstallDefaultContentTest::assertArticlesImported function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert articles are imported.
UninstallDefaultContentTest::assertImportedCustomBlock function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert block content are imported.
UninstallDefaultContentTest::assertRecipesImported function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert recipes are imported.
UninstallDefaultContentTest::expectedBlocks function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Returns the expected properties of this profile's custom blocks.
UninstallDefaultContentTest::testReinstall function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Tests uninstalling content removes created entities.
UninstalledExtensionException class core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php Exception class thrown when a specified extension has not been installed.
UninstalledExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php
UninstallKernelTest class core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests the uninstallation of modules.
UninstallKernelTest.php file core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UninstallKernelTest::$modules property core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Modules to enable.
UninstallKernelTest::setUp function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UninstallKernelTest::testUninstallMedia function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling media and file modules.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.