| 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. |
| 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 |
Tests process php unit results. |
| 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 |
Tests Drupal\package_manager\ValidationResult. |
| 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(). |