| PhpUnitTestRunner::processPhpUnitResults |
function |
core/lib/Drupal/Core/Test/PhpUnitTestRunner.php |
Logs the parsed PHPUnit results into the test run. |
| PhpUnitTestRunner::summarizeResults |
function |
core/lib/Drupal/Core/Test/PhpUnitTestRunner.php |
Tallies test results per test class. |
| PhpUnitTestRunnerTest::providerTestSummarizeResults |
function |
core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php |
|
| PhpUnitTestRunnerTest::testSummarizeResults |
function |
core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php |
Tests summarize results. |
| PlaceholderingRenderCache::$placeholderResultsCache |
property |
core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php |
Stores rendered results for automatically placeholdered elements. |
| PlaceholderingRenderCache::getFromPlaceholderResultsCache |
function |
core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php |
Retrieves an auto-placeholdered renderable array from the static cache. |
| PoDatabaseReader::$result |
property |
core/modules/locale/src/PoDatabaseReader.php |
Store the result of the query so it can be iterated later. |
| PrefetchedResult |
class |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
Class for prefetched results of a data query language (DQL) statement. |
| PrefetchedResult.php |
file |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
|
| PrefetchedResult::$columnNames |
property |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
The column names. |
| PrefetchedResult::$currentRowIndex |
property |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
The current row index in the result set. |
| PrefetchedResult::fetch |
function |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
Fetches the next row. |
| PrefetchedResult::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
Returns the entire result set as a single associative array. |
| PrefetchedResult::rowCount |
function |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
Returns the number of rows matched by the last SQL statement. |
| PrefetchedResult::setFetchMode |
function |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
Sets the default fetch mode for this result set. |
| PrefetchedResult::__construct |
function |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
Constructor. |
| ProcessingTest::_resultMessages |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Returns expected result messages for the test batches. |
| ProcessingTest::_resultStack |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Returns expected execution stacks for the test batches. |
| PromotedContentPageTest::assertNotInResultSet |
function |
core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php |
Verifies that an amount of nids aren't in the result. |
| PsrResponseSubscriberTest::testConvertsControllerResult |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php |
Tests altering and finished event. |
| PsrResponseSubscriberTest::testDoesNotConvertControllerResult |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php |
Tests altering and finished event. |
| Query::result |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Executes the query and returns the result. |
| QueryAggregate::result |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Overrides \Drupal\Core\Entity\Query\Sql\Query::result(). |
| RestLoginHttpTest::getResultValue |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Gets a value for a given key from the response. |
| Result |
class |
core/modules/views/src/Plugin/views/area/Result.php |
Views area handler to display some configurable result summary. |
| Result |
class |
core/modules/mysqli/src/Driver/Database/mysqli/Result.php |
Class for mysqli-provided results of a data query language (DQL) statement. |
| Result.php |
file |
core/modules/views/src/Plugin/views/area/Result.php |
|
| Result.php |
file |
core/modules/mysqli/src/Driver/Database/mysqli/Result.php |
|
| Result::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/Result.php |
Provide a form to edit options for this plugin. |
| Result::defineOptions |
function |
core/modules/views/src/Plugin/views/area/Result.php |
Information about options for all kinds of purposes will be held here. |
| Result::fetch |
function |
core/modules/mysqli/src/Driver/Database/mysqli/Result.php |
Fetches the next row. |
| Result::query |
function |
core/modules/views/src/Plugin/views/area/Result.php |
Add anything to the query that we might need to. |
| Result::render |
function |
core/modules/views/src/Plugin/views/area/Result.php |
Render the area. |
| Result::rowCount |
function |
core/modules/mysqli/src/Driver/Database/mysqli/Result.php |
Returns the number of rows matched by the last SQL statement. |
| Result::setFetchMode |
function |
core/modules/mysqli/src/Driver/Database/mysqli/Result.php |
Sets the default fetch mode for this result set. |
| Result::__construct |
function |
core/modules/mysqli/src/Driver/Database/mysqli/Result.php |
Constructor. |
| ResultBase |
class |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Base class for results of a data query language (DQL) statement. |
| ResultBase.php |
file |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
|
| ResultBase::fetch |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Fetches the next row. |
| ResultBase::fetchAll |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Returns an array containing all of the result set rows. |
| ResultBase::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Returns the result set as an associative array keyed by the given column. |
| ResultBase::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Returns the entire result set as a single associative array. |
| ResultBase::rowCount |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Returns the number of rows matched by the last SQL statement. |
| ResultBase::setFetchMode |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Sets the default fetch mode for this result set. |
| ResultBase::__construct |
function |
core/lib/Drupal/Core/Database/Statement/ResultBase.php |
Constructor. |
| ResultRow |
class |
core/modules/views/src/ResultRow.php |
A class representing a view result row. |
| ResultRow.php |
file |
core/modules/views/src/ResultRow.php |
|
| ResultRow::$index |
property |
core/modules/views/src/ResultRow.php |
An incremental number which represents the row in the entire result. |
| ResultRow::$_entity |
property |
core/modules/views/src/ResultRow.php |
The entity for this result. |
| ResultRow::$_relationship_entities |
property |
core/modules/views/src/ResultRow.php |
An array of relationship entities. |