Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UncacheableTestAccessResult::__construct | function | core/ |
Constructs a new UncacheableTestAccessResult object. |
| UncaughtExceptionTest | class | core/ |
Tests kernel panic when things are really messed up. |
| UncaughtExceptionTest.php | file | core/ |
|
| UncaughtExceptionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UncaughtExceptionTest::$expectedExceptionMessage | property | core/ |
Exceptions thrown by site under test that contain this text are ignored. |
| UncaughtExceptionTest::$info | property | core/ |
Last cURL info. |
| UncaughtExceptionTest::$modules | property | core/ |
Modules to enable. |
| UncaughtExceptionTest::$response | property | core/ |
Last cURL response. |
| UncaughtExceptionTest::assertErrorLogged | function | core/ |
Asserts that a specific error has been logged to the PHP error log. |
| UncaughtExceptionTest::assertNoErrorsLogged | function | core/ |
Asserts that no errors have been logged to the PHP error.log thus far. |
| UncaughtExceptionTest::assertNoRaw | function | core/ |
Passes if the raw text IS not found on the loaded page, fail otherwise. |
| UncaughtExceptionTest::assertNoText | function | core/ |
Passes if the page (with HTML stripped) does not contains the text. |
| UncaughtExceptionTest::assertRaw | function | core/ |
Passes if the raw text IS found on the loaded page, fail otherwise. |
| UncaughtExceptionTest::assertResponse | function | core/ |
Asserts the page responds with the specified response code. |
| UncaughtExceptionTest::assertText | function | core/ |
Passes if the page (with HTML stripped) contains the text. |
| UncaughtExceptionTest::drupalGet | function | core/ |
Retrieves a Drupal path or an absolute path. |
| UncaughtExceptionTest::setUp | function | core/ |
|
| UncaughtExceptionTest::testErrorContainer | function | core/ |
Tests a container which has an error. |
| UncaughtExceptionTest::testExceptionContainer | function | core/ |
Tests a container which has an exception really early. |
| UncaughtExceptionTest::testLoggerException | function | core/ |
Tests fallback to PHP error log when an exception is thrown while logging. |
| UncaughtExceptionTest::testLostDatabaseConnection | function | core/ |
Tests the case when the database connection is gone. |
| UncaughtExceptionTest::testMissingDependency | function | core/ |
Tests a missing dependency on a service. |
| UncaughtExceptionTest::testMissingDependencyCustomErrorHandler | function | core/ |
Tests a missing dependency on a service with a custom error handler. |
| UncaughtExceptionTest::testUncaughtException | function | core/ |
Tests uncaught exception handling when system is in a bad state. |
| UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler | function | core/ |
Tests uncaught exception handling with custom exception handler. |
| UncaughtExceptionTest::testUncaughtFatalError | function | core/ |
Tests displaying an uncaught fatal error. |
| UnchangingCacheableDependencyTrait::getCacheContexts | function | core/ |
|
| UnchangingCacheableDependencyTrait::getCacheTags | function | core/ |
|
| UnformattedSummary | class | core/ |
The default style plugin for summaries. |
| UnformattedSummary.php | file | core/ |
|
| UnformattedSummary::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| UnformattedSummary::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Unicode::caseFlip | function | core/ |
Flip U+C0-U+DE to U+E0-U+FD and back. Can be used as preg_replace callback. |
| 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::setStatus | function | core/ |
Sets the value for multibyte support status for the current environment. |
| 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 the PHP mbstring extension is being 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::strlen | function | core/ |
Counts the number of characters in a UTF-8 string. |
| Unicode::strpos | function | core/ |
Finds the position of the first occurrence of a string in another string. |
| Unicode::strtolower | function | core/ |
Converts a UTF-8 string to lowercase. |
| Unicode::strtoupper | function | core/ |
Converts a UTF-8 string to uppercase. |
| Unicode::substr | function | core/ |
Cuts off a piece of a string based on character indices and counts. |
| 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. |
| UnicodeTest | class | core/ |
Test unicode handling features implemented in Unicode component. |
Pagination
- Previous page
- Page 1289
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.