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
UncacheableTestAccessResult::__construct function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Constructs a new UncacheableTestAccessResult object.
UncaughtExceptionTest class core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests kernel panic when things are really messed up.
UncaughtExceptionTest.php file core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php The theme to install as the default for testing.
UncaughtExceptionTest::$expectedExceptionMessage property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Exceptions thrown by site under test that contain this text are ignored.
UncaughtExceptionTest::$info property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Last cURL info.
UncaughtExceptionTest::$modules property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Modules to enable.
UncaughtExceptionTest::$response property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Last cURL response.
UncaughtExceptionTest::assertErrorLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that a specific error has been logged to the PHP error log.
UncaughtExceptionTest::assertNoErrorsLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that no errors have been logged to the PHP error.log thus far.
UncaughtExceptionTest::assertNoRaw function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the raw text IS not found on the loaded page, fail otherwise.
UncaughtExceptionTest::assertNoText function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the page (with HTML stripped) does not contains the text.
UncaughtExceptionTest::assertRaw function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the raw text IS found on the loaded page, fail otherwise.
UncaughtExceptionTest::assertResponse function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts the page responds with the specified response code.
UncaughtExceptionTest::assertText function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the page (with HTML stripped) contains the text.
UncaughtExceptionTest::drupalGet function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Retrieves a Drupal path or an absolute path.
UncaughtExceptionTest::setUp function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::testErrorContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testLostDatabaseConnection function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests the case when the database connection is gone.
UncaughtExceptionTest::testMissingDependency function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service with a custom error handler.
UncaughtExceptionTest::testUncaughtException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests uncaught exception handling with custom exception handler.
UncaughtExceptionTest::testUncaughtFatalError function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests displaying an uncaught fatal error.
UnchangingCacheableDependencyTrait::getCacheContexts function core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php
UnchangingCacheableDependencyTrait::getCacheTags function core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php
UnformattedSummary class core/modules/views/src/Plugin/views/style/UnformattedSummary.php The default style plugin for summaries.
UnformattedSummary.php file core/modules/views/src/Plugin/views/style/UnformattedSummary.php
UnformattedSummary::buildOptionsForm function core/modules/views/src/Plugin/views/style/UnformattedSummary.php Provide a form to edit options for this plugin.
UnformattedSummary::defineOptions function core/modules/views/src/Plugin/views/style/UnformattedSummary.php Information about options for all kinds of purposes will be held here.
Unicode::caseFlip function core/lib/Drupal/Component/Utility/Unicode.php Flip U+C0-U+DE to U+E0-U+FD and back. Can be used as preg_replace callback.
Unicode::getStatus function core/lib/Drupal/Component/Utility/Unicode.php Gets the current status of unicode/multibyte support on this environment.
Unicode::lcfirst function core/lib/Drupal/Component/Utility/Unicode.php Converts the first character of a UTF-8 string to lowercase.
Unicode::PREG_CLASS_WORD_BOUNDARY constant core/lib/Drupal/Component/Utility/Unicode.php Matches Unicode characters that are word boundaries.
Unicode::setStatus function core/lib/Drupal/Component/Utility/Unicode.php Sets the value for multibyte support status for the current environment.
Unicode::STATUS_ERROR constant core/lib/Drupal/Component/Utility/Unicode.php Indicates an error during check for PHP unicode support.
Unicode::STATUS_MULTIBYTE constant core/lib/Drupal/Component/Utility/Unicode.php Indicates that full unicode support with the PHP mbstring extension is
being used.
Unicode::STATUS_SINGLEBYTE constant core/lib/Drupal/Component/Utility/Unicode.php Indicates that standard PHP (emulated) unicode support is being used.
Unicode::strcasecmp function core/lib/Drupal/Component/Utility/Unicode.php Compares UTF-8-encoded strings in a binary safe case-insensitive manner.
Unicode::strlen function core/lib/Drupal/Component/Utility/Unicode.php Counts the number of characters in a UTF-8 string.
Unicode::strpos function core/lib/Drupal/Component/Utility/Unicode.php Finds the position of the first occurrence of a string in another string.
Unicode::strtolower function core/lib/Drupal/Component/Utility/Unicode.php Converts a UTF-8 string to lowercase.
Unicode::strtoupper function core/lib/Drupal/Component/Utility/Unicode.php Converts a UTF-8 string to uppercase.
Unicode::substr function core/lib/Drupal/Component/Utility/Unicode.php Cuts off a piece of a string based on character indices and counts.
Unicode::truncateBytes function core/lib/Drupal/Component/Utility/Unicode.php Truncates a UTF-8-encoded string safely to a number of bytes.
Unicode::ucfirst function core/lib/Drupal/Component/Utility/Unicode.php Capitalizes the first character of a UTF-8 string.
Unicode::ucwords function core/lib/Drupal/Component/Utility/Unicode.php Capitalizes the first character of each word in a UTF-8 string.
UnicodeTest class core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Test unicode handling features implemented in Unicode component.

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