| Sql::assignEntitiesToResult |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Sets entities onto the view result row objects. |
| SqlTest::testLoadEntitiesWithEmptyResult |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with empty result. |
| stable9_preprocess_item_list__search_results |
function |
core/themes/stable9/stable9.theme |
Implements hook_preprocess_item_list__search_results(). |
| StageEventsTest::providerValidationResults |
function |
core/modules/package_manager/tests/src/Kernel/StageEventsTest.php |
Data provider for testValidationResults(). |
| StageEventsTest::testAddResult |
function |
core/modules/package_manager/tests/src/Kernel/StageEventsTest.php |
Tests adding validation results to events. |
| StageEventsTest::testValidationResults |
function |
core/modules/package_manager/tests/src/Kernel/StageEventsTest.php |
Tests that an exception is thrown if an event has validation results. |
| 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.module |
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 |
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. |