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
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.
ValidationResult::createErrorFromThrowable function core/modules/package_manager/src/ValidationResult.php Creates an error ValidationResult object from a throwable.
ValidationResult::createWarning function core/modules/package_manager/src/ValidationResult.php Creates a warning ValidationResult object.
ValidationResult::getOverallSeverity function core/modules/package_manager/src/ValidationResult.php Returns the overall severity for a set of validation results.
ValidationResult::isEqual function core/modules/package_manager/src/ValidationResult.php Determines if two validation results are equivalent.
ValidationResult::__construct function core/modules/package_manager/src/ValidationResult.php Creates a ValidationResult object.
ValidationResult::__get function core/modules/package_manager/src/ValidationResult.php Implements magic ::__get() method.
ValidationResultTest class core/modules/package_manager/tests/src/Unit/ValidationResultTest.php @coversDefaultClass \Drupal\package_manager\ValidationResult[[api-linebreak]]
@group package_manager
@internal
ValidationResultTest.php file core/modules/package_manager/tests/src/Unit/ValidationResultTest.php
ValidationResultTest::assertResultValid function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Asserts a check result is valid.
ValidationResultTest::providerCreateExceptions function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Data provider for test methods that test create exceptions.
ValidationResultTest::providerValidConstructorArguments function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Data provider for testCreateWarningResult().
ValidationResultTest::testCreateErrorResult function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php @covers ::createError[[api-linebreak]]
ValidationResultTest::testCreateErrorResultException function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php @covers ::createError[[api-linebreak]]
ValidationResultTest::testCreateWarningResult function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php @covers ::createWarning[[api-linebreak]]
ValidationResultTest::testCreateWarningResultException function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php @covers ::createWarning[[api-linebreak]]
ValidationResultTest::testMessagesMustBeTranslatable function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests that the messages are asserted to be translatable.
ValidationResultTest::testOverallSeverity function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php @covers ::getOverallSeverity[[api-linebreak]]
ValidationTestTrait::assertValidationResultsEqual function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Asserts two validation result sets are equal.
ValidationTestTrait::getValidationResultsAsArray function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Gets an array representation of validation results for easy comparison.
ViewAjaxControllerTest::assertViewResultCommand function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Ensures that the main view content command is added.
ViewExecutable::$result property core/modules/views/src/ViewExecutable.php Where the results of a query will go.
ViewResultAssertionTrait trait core/modules/views/src/Tests/ViewResultAssertionTrait.php Provides a class for assertions to check for the expected result of a View.
ViewResultAssertionTrait.php file core/modules/views/src/Tests/ViewResultAssertionTrait.php
ViewResultAssertionTrait::assertIdenticalResultset function core/modules/views/src/Tests/ViewResultAssertionTrait.php Verifies that a result set returned by a View matches expected values.
ViewResultAssertionTrait::assertIdenticalResultsetHelper function core/modules/views/src/Tests/ViewResultAssertionTrait.php Performs View result assertions.
ViewResultAssertionTrait::assertNotIdenticalResultset function core/modules/views/src/Tests/ViewResultAssertionTrait.php Verifies that a result set returned by a View differs from certain values.

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