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. |
ResultRow::resetEntityData |
function |
core/modules/views/src/ResultRow.php |
Resets the _entity and _relationship_entities properties. |
ResultRow::__construct |
function |
core/modules/views/src/ResultRow.php |
Constructs a ResultRow object. |
ResultTest |
class |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Tests Drupal\views\Plugin\views\area\Result. |
ResultTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
|
ResultTest::$resultHandler |
property |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
The Result handler. |
ResultTest::$view |
property |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
The view executable object. |
ResultTest::providerTestResultArea |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Data provider for testResultArea. |
ResultTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
|
ResultTest::setupViewPager |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Sets up a mock pager on the view executable object. |
ResultTest::testQuery |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Tests the query method. |
ResultTest::testResultArea |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Tests the rendered output of the Result area handler. |
SandboxEventException::getResultsAsText |
function |
core/modules/package_manager/src/Exception/SandboxEventException.php |
Formats the validation results, if any, as plain text. |
SandboxValidationEvent::$results |
property |
core/modules/package_manager/src/Event/SandboxValidationEvent.php |
The validation results. |
SandboxValidationEvent::addResult |
function |
core/modules/package_manager/src/Event/SandboxValidationEvent.php |
Adds a validation result to the event. |
SandboxValidationEvent::getResults |
function |
core/modules/package_manager/src/Event/SandboxValidationEvent.php |
Gets the validation results. |
ScaffoldResult |
class |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
Record the result of a scaffold operation. |
ScaffoldResult.php |
file |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
|
ScaffoldResult::$destination |
property |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
The path to the scaffold file that was processed. |
ScaffoldResult::$managed |
property |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
Indicates if this scaffold file is managed by the scaffold command. |
ScaffoldResult::destination |
function |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
Gets the destination scaffold file that this result refers to. |
ScaffoldResult::isManaged |
function |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
Determines whether this scaffold file is managed. |
ScaffoldResult::__construct |
function |
composer/Plugin/Scaffold/Operations/ScaffoldResult.php |
ScaffoldResult constructor. |
ScaffoldTestResult |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Holds result of a scaffold test. |
ScaffoldTestResult.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
|
ScaffoldTestResult::$docroot |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
The location of the scaffold fixture. |
ScaffoldTestResult::$scaffoldOutput |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
The stdout from the test. |
ScaffoldTestResult::docroot |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Returns the location of the docroot from the scaffold test. |
ScaffoldTestResult::scaffoldOutput |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Returns the standard output from the scaffold test. |
ScaffoldTestResult::__construct |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Holds the location of the scaffold fixture and the stdout from the test. |
search-result.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/content/search-result.html.twig |
Theme override for displaying a single search result. |
search-result.html.twig |
file |
core/themes/olivero/templates/content/search-result.html.twig |
Theme override for displaying a single search result. |