Search for result

  1. Search 7.x for result
  2. Search 9.5.x for result
  3. Search 8.9.x for result
  4. Search 10.3.x for result
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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.

All search results

Title Object type File name Summary
StatementBase::$result property core/lib/Drupal/Core/Database/Statement/StatementBase.php The results of a data query language (DQL) statement.
StatementIteratorTrait::$isResultsetIterable property core/lib/Drupal/Core/Database/StatementIteratorTrait.php Traces if rows can be fetched from the resultset.
StatementIteratorTrait::$resultsetKey property core/lib/Drupal/Core/Database/StatementIteratorTrait.php The key of the current row.
StatementIteratorTrait::$resultsetRow property core/lib/Drupal/Core/Database/StatementIteratorTrait.php The current row, retrieved in the current fetch format.
StatementIteratorTrait::getResultsetCurrentRowIndex function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the row index of the current element in the resultset.
StatementIteratorTrait::markResultsetFetchingComplete function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Informs the iterator that no more rows can be fetched from the resultset.
StatementIteratorTrait::markResultsetIterable function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Informs the iterator whether rows can be fetched from the resultset.
StatementIteratorTrait::setResultsetCurrentRow function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Sets the current resultset row for the iterator, and increments the key.
StatusCheckEvent::addResult function core/modules/package_manager/src/Event/StatusCheckEvent.php Adds a validation result to the event.
Tasks::$results property core/lib/Drupal/Core/Database/Install/Tasks.php Results from tasks.
TaxonomyQueryAlterTest::assertQueryTagTestResult function core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Verifies invocation of the hooks in the test module.
TaxonomyTermArgumentDepthTest::assertTermWithDepthResult function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentDepthTest.php Asserts the result of the view for the given arguments.
TaxonomyTermFilterDepthTest::assertTermWithDepthResult function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php Asserts the result of the view for the given filter configuration.
template_preprocess_search_result function core/modules/search/search.pages.inc Prepares variables for individual search result templates.
TemporaryQueryGuard::getAccessResultsFromEntityFilterHook function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets the combined access result for each JsonApiFilter::AMONG_* subset.
TermAutocompleteTest::testAutocompleteCountResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns the good number of results.
TermAutocompleteTest::testAutocompleteOrderedResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns properly ordered results.
TestAccessClass::accessResultAllowed function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestAccessClass::accessResultForbidden function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestRun::removeResults function core/lib/Drupal/Core/Test/TestRun.php Removes the test results from the storage.
TestRunResultsStorageInterface interface core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Interface describing a test run results storage object.
TestRunResultsStorageInterface.php file core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php
TestRunResultsStorageInterface::buildTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Prepares the test run storage.
TestRunResultsStorageInterface::cleanUp function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Resets the test run storage.
TestRunResultsStorageInterface::createNew function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Gets a new unique identifier for a test run.
TestRunResultsStorageInterface::getCurrentTestRunState function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get state information about a test run, from storage.
TestRunResultsStorageInterface::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get test results for a test run, ordered by test class.
TestRunResultsStorageInterface::insertLogEntry function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Adds a test log entry for a test run to the storage.
TestRunResultsStorageInterface::removeResults function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Removes the results of a test run from the storage.
TestRunResultsStorageInterface::setDatabasePrefix function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Sets the test database prefix of a test run in storage.
TestRunResultsStorageInterface::validateTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Checks if the test run storage is valid.
TestRunTest::$testRunResultsStorage property core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php The test run results storage.
TestRunTest::testProcessPhpUnitResults function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php @covers ::insertLogEntry[[api-linebreak]]
TestSubscriber::setTestResult function core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php Sets validation results for a specific event.
TestViewsLocalTask::$result property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The view result.
TokenReplaceTest::testTokenReplacementNoResults function core/modules/views/tests/src/Kernel/TokenReplaceTest.php Tests core token replacements generated from a view without results.
UncacheableTestAccessResult class core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Stub class for testing AccessResult.
UncacheableTestAccessResult::$value property core/tests/Drupal/Tests/Core/Access/AccessResultTest.php The access result value. 'ALLOWED', 'FORBIDDEN' or 'NEUTRAL'.
UncacheableTestAccessResult::andIf function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Combine this access result with another using AND.
UncacheableTestAccessResult::isAllowed function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is explicitly allowed.
UncacheableTestAccessResult::isForbidden function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is explicitly forbidden.
UncacheableTestAccessResult::isNeutral function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is not yet determined.
UncacheableTestAccessResult::orIf function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Combine this access result with another using OR.
UncacheableTestAccessResult::__construct function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Constructs a new UncacheableTestAccessResult object.
Upgrade6Test::assertFollowUpMigrationResults function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Tests that follow-up migrations have been run successfully.
Upgrade7Test::assertFollowUpMigrationResults function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Tests that follow-up migrations have been run successfully.
UserLoginHttpTest::getResultValue function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets a value for a given key from the response.
ValidationResult class core/modules/package_manager/src/ValidationResult.php A value object to contain the results of a validation.
ValidationResult.php file core/modules/package_manager/src/ValidationResult.php
ValidationResult::createError function core/modules/package_manager/src/ValidationResult.php Creates an error ValidationResult object.

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