Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FetchAs.php | file | core/ |
|
| FetchLegacyTest | class | core/ |
Tests the Database system's various fetch capabilities. |
| FetchLegacyTest.php | file | core/ |
|
| FetchLegacyTest::testQueryFetchAllAssoc | function | core/ |
Tests ::fetchAllAssoc(). |
| FetchLegacyTest::testQueryFetchAllColumn | function | core/ |
Confirms that we can fetch all records into an array explicitly. |
| FetchLegacyTest::testQueryFetchArray | function | core/ |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchLegacyTest::testQueryFetchColumn | function | core/ |
Confirms that we can fetch a single column value. |
| FetchLegacyTest::testQueryFetchColumnOutOfRange | function | core/ |
Confirms that an out of range index throws an error. |
| FetchLegacyTest::testQueryFetchNum | function | core/ |
Confirms that we can fetch a record into an indexed array explicitly. |
| FetchLegacyTest::testQueryFetchObject | function | core/ |
Confirms that we can fetch a record to an object explicitly. |
| FetchModeTrait | trait | core/ |
Provide helper methods for statement fetching. |
| FetchModeTrait.php | file | core/ |
|
| FetchModeTrait::$fetchModeLiterals | property | core/ |
Map FETCH_* modes to their literal for inclusion in messages. |
| FetchModeTrait::$supportedFetchModes | property | core/ |
The fetch modes supported. |
| FetchModeTrait::assocToClass | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_CLASS. |
| FetchModeTrait::assocToColumn | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_COLUMN. |
| FetchModeTrait::assocToFetchMode | function | core/ |
Converts a row of data in associative format to a specified format. |
| FetchModeTrait::assocToNum | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_NUM. |
| FetchModeTrait::assocToObj | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_OBJ. |
| FetchTest | class | core/ |
Tests the Database system's various fetch capabilities. |
| FetchTest.php | file | core/ |
|
| FetchTest::testLegacyFetchColumn | function | core/ |
Confirms deprecation of StatementPrefetchIterator::fetchColumn(). |
| FetchTest::testQueryFetchAllAssoc | function | core/ |
Tests ::fetchAllAssoc(). |
| FetchTest::testQueryFetchAllColumn | function | core/ |
Confirms that we can fetch all records into an array explicitly. |
| FetchTest::testQueryFetchArray | function | core/ |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchTest::testQueryFetchClass | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. |
| FetchTest::testQueryFetchCol | function | core/ |
Confirms that we can fetch an entire column of a result set at once. |
| FetchTest::testQueryFetchColEdgeCases | function | core/ |
Tests ::fetchCol() for edge values returned. |
| FetchTest::testQueryFetchColIndexOutOfRange | function | core/ |
Confirms that an out of range index in fetchCol() throws an error. |
| FetchTest::testQueryFetchColIndexOutOfRangeOnEmptyResultSet | function | core/ |
Confirms empty result set prevails on out of range index in fetchCol(). |
| FetchTest::testQueryFetchColumn | function | core/ |
Confirms that we can fetch a single column value. |
| FetchTest::testQueryFetchColumnOutOfRange | function | core/ |
Confirms that an out of range index throws an error. |
| FetchTest::testQueryFetchDefault | function | core/ |
Confirms that we can fetch a record properly in default object mode. |
| FetchTest::testQueryFetchField | function | core/ |
Tests ::fetchField(). |
| FetchTest::testQueryFetchFieldEdgeCases | function | core/ |
Tests ::fetchField() for edge values returned. |
| FetchTest::testQueryFetchFieldIndexOutOfRange | function | core/ |
Confirms that an out of range index in fetchField() throws an error. |
| FetchTest::testQueryFetchFieldIndexOutOfRangeOnEmptyResultSet | function | core/ |
Confirms empty result set prevails on out of range index in fetchField(). |
| FetchTest::testQueryFetchNum | function | core/ |
Confirms that we can fetch a record into an indexed array explicitly. |
| FetchTest::testQueryFetchObject | function | core/ |
Confirms that we can fetch a record to an object explicitly. |
| FetchTest::testQueryFetchObjectClass | function | core/ |
Confirms that we can fetch a record into a class using fetchObject. |
| FetchTest::testQueryFetchObjectClassNoConstructorArgs | function | core/ |
Confirms that we can fetch a record into a class without constructor args. |
| FetchTest::testRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
| FiberPlaceholderTest | class | core/ |
Tests Drupal\big_pipe\Render\BigPipe. |
| FiberPlaceholderTest.php | file | core/ |
|
| FiberPlaceholderTest::testLongPlaceholderFiberSuspendingLoop | function | core/ |
Tests long placeholder fiber suspending loop. |
| FiberResumeType.php | file | core/ |
|
| FibersTestExtension | class | core/ |
Custom Twig extension that suspends a fiber. |
| FibersTestExtension.php | file | core/ |
|
| FibersTestExtension::fibersTestFunction | function | core/ |
Custom Twig function that calls Fiber::suspend(). |
| FibersTestExtension::getFunctions | function | core/ |
Pagination
- Previous page
- Page 621
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.