AuditResult::passed |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Returns the boolean result of the audit. |
AuditResult::__construct |
function |
core/modules/migrate/src/Audit/AuditResult.php |
AuditResult constructor. |
AuditResult::__toString |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Returns the reasons the migration passed or failed, as a string. |
BasicTest::testSimpleResultSet |
function |
core/modules/views/tests/src/Kernel/BasicTest.php |
Tests a trivial result set. |
BookUninstallValidatorTest::testValidateEntityQueryWithoutResults |
function |
core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php |
@covers ::validate |
BookUninstallValidatorTest::testValidateEntityQueryWithResults |
function |
core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php |
@covers ::validate |
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult |
function |
core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php |
Tests a breadcrumb builder with a bad return value. |
CachePluginBase::$resultsBin |
property |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Which cache bin to store query results in. |
CachePluginBase::$resultsKey |
property |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Stores the cache ID used for the results cache. |
CachePluginBase::generateResultsKey |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Calculates and sets a cache ID used for the result cache. |
CachePluginBase::getResultsKey |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Returns the resultsKey property. |
CachePluginBase::prepareViewResult |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Prepares the view result before putting it into cache. |
CacheTest::testNoneResultCaching |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests no caching. |
CacheTest::testTimeResultCaching |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests time based caching. |
CacheTest::testTimeResultCachingWithFilter |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests result caching with filters. |
CacheTest::testTimeResultCachingWithPager |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests result caching with a pager. |
CommentHooks::nodeSearchResult |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_node_search_result(). |
ConfigEntityQueryTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Stores the search results for alter comparison. |
ConfigEntityQueryTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Asserts the results as expected regardless of order. |
core.entity_view_mode.node.search_result.yml |
file |
core/tests/fixtures/config_install/testing_config_install/core.entity_view_mode.node.search_result.yml |
core/tests/fixtures/config_install/testing_config_install/core.entity_view_mode.node.search_result.yml |
core.entity_view_mode.node.search_result.yml |
file |
core/tests/fixtures/config_install/multilingual/language/es/core.entity_view_mode.node.search_result.yml |
core/tests/fixtures/config_install/multilingual/language/es/core.entity_view_mode.node.search_result.yml |
core.entity_view_mode.node.search_result.yml |
file |
core/tests/fixtures/config_install/multilingual/core.entity_view_mode.node.search_result.yml |
core/tests/fixtures/config_install/multilingual/core.entity_view_mode.node.search_result.yml |
core.entity_view_mode.node.search_result.yml |
file |
core/modules/node/config/install/core.entity_view_mode.node.search_result.yml |
core/modules/node/config/install/core.entity_view_mode.node.search_result.yml |
DbUpdateController::results |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Displays results of the update script with any accompanying errors. |
DefaultViewRecentCommentsTest::$blockDisplayResults |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Number of results for the Block display. |
DefaultViewRecentCommentsTest::$defaultDisplayResults |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Number of results for the Default display. |
DefaultViewRecentCommentsTest::$pageDisplayResults |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Number of results for the Page display. |
DisplayFeedTranslationTest::checkFeedResults |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php |
Checks the feed results for the given style of node links. |
DynamicPageCacheSubscriber::$requestPolicyResults |
property |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php |
Internal cache of request policy results. |
EntityAccess::bypassAccessResult |
function |
core/modules/workspaces/src/EntityAccess.php |
Checks the 'bypass' permissions. |
EntityAccess::bypassAccessResult |
function |
core/modules/workspaces/src/Hook/EntityAccess.php |
Checks the 'bypass' permissions. |
EntityAccessControlHandler::processAccessHookResults |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php |
Determines entity access. |
EntityAutocompleteTest::getAutocompleteResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Returns the result of an Entity reference autocomplete request. |
EntityQueryAggregateTest::$queryResult |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
The actual query result, to compare later. |
EntityQueryAggregateTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Asserts the results as expected regardless of order between and in rows. |
EntityQueryAggregateTest::assertSortedResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Asserts the results as expected regardless of order in rows. |
EntityQueryRelationshipTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
The results returned by EntityQuery. |
EntityQueryRelationshipTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Assert the results. |
EntityQueryTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
|
EntityQueryTest::assertResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
@internal |
EntityQueryTest::assertRevisionResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
@internal |
EnvironmentCleaner::cleanResults |
function |
core/lib/Drupal/Core/Test/EnvironmentCleaner.php |
Clears test results from the results storage. |
EnvironmentCleanerInterface::cleanResults |
function |
core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php |
Clears test results from the results storage. |
FetchTest::testQueryFetchColIndexOutOfRangeOnEmptyResultSet |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms empty result set prevails on out of range index in fetchCol(). |
FetchTest::testQueryFetchFieldIndexOutOfRangeOnEmptyResultSet |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms empty result set prevails on out of range index in fetchField(). |
FieldPluginBaseTest::testRenderNoResult |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests the "No results text" rendering. |
FileUploadResult |
class |
core/modules/file/src/Upload/FileUploadResult.php |
Value object for a file upload result. |
FileUploadResult.php |
file |
core/modules/file/src/Upload/FileUploadResult.php |
|
FileUploadResult::$file |
property |
core/modules/file/src/Upload/FileUploadResult.php |
The File entity. |
FileUploadResult::$originalFilename |
property |
core/modules/file/src/Upload/FileUploadResult.php |
The original filename. |