Search for check

  1. Search 7.x for check
  2. Search 8.9.x for check
  3. Search 10.3.x for check
  4. Search 11.x for check
  5. Other projects
Title Object type File name Summary
DefaultMenuLinkTreeManipulators::checkNodeAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Performs access checking for nodes in an optimized way.
DefaultMenuLinkTreeManipulators::menuLinkCheckAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Checks access for one menu link instance.
DefaultMenuLinkTreeManipulatorsTest::testCheckAccess function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the checkAccess() tree manipulator.
DefaultMenuLinkTreeManipulatorsTest::testCheckAccessWithLinkToAnyPagePermission function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests checkAccess() tree manipulator with 'link to any page' permission.
DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the optimized node access checking.
DefinedTestAccessCheck class core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php Defines an access checker similar to DefaultAccessCheck.
DefinedTestAccessCheck.php file core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php
DefinedTestAccessCheck::access function core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php Checks access.
DenyAdminRoutes::check function core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Determines whether it is save to store a page in the cache.
DenyNoCacheRoutes::check function core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Determines whether it is save to store a page in the cache.
DenyNodePreview::check function core/modules/node/src/PageCache/DenyNodePreview.php Determines whether it is save to store a page in the cache.
DenyPrivateImageStyleDownload::check function core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php Determines whether it is save to store a page in the cache.
DenyTestAuthRequests::check function core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Determines whether delivery of a cached page should be attempted.
DestinationBase::checkRequirements function core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php Checks if requirements for this plugin are OK.
Diff::check function core/lib/Drupal/Component/Diff/Diff.php Check a Diff for validity.
DirectoryTest::testFileCheckDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests local directory handling functions.
DisallowBasicAuthRequests::check function core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php Determines whether delivery of a cached page should be attempted.
DisplayFeedTest::checkFeedViewUi function core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php Checks views UI for a specific feed view.
DisplayFeedTranslationTest::checkFeedResults function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Checks the feed results for the given style of node links.
DisplayOpmlFeedTest::checkFeedViewUi function core/modules/aggregator/tests/src/Functional/views_ui/DisplayOpmlFeedTest.php Checks views UI for a specific feed view.
DisplayTest::checkTranslationSetting function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Asserts a node and a file based view for the translation setting.
DownloadTest::checkUrl function core/modules/file/tests/src/Functional/DownloadTest.php Download a file from the URL generated by generateString().
DrupalSqlBase::checkRequirements function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Checks if requirements for this plugin are OK.
DrupalStandardsListenerTrait::checkValidCoversForTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Check an individual test run for valid @covers annotation.
drupal_check_module function core/includes/install.inc Checks a module's requirements.
drupal_check_profile function core/includes/install.inc Checks an installation profile's requirements.
EditorAccessControlHandler::checkAccess function core/modules/editor/src/EditorAccessControlHandler.php Performs access checks.
EditorIntegrationTest::$accessChecker property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The access checker object to be used by the metadata generator object.
EditorLoadingTest::getThingsToCheck function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
ElementsTableSelectTest::testMultipleFalseOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with radio buttons.
ElementsTableSelectTest::testMultipleTrueOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with checkboxes.
ElementTest::testRadiosChecked function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests correct checked attribute for radios element.
EntityAccessCheck class core/lib/Drupal/Core/Entity/EntityAccessCheck.php Provides a generic access checker for entities.
EntityAccessCheck.php file core/lib/Drupal/Core/Entity/EntityAccessCheck.php
EntityAccessCheck::access function core/lib/Drupal/Core/Entity/EntityAccessCheck.php Checks access to the entity operation on the given route.
EntityAccessChecker class core/modules/jsonapi/src/Access/EntityAccessChecker.php Checks access to entities.
EntityAccessChecker.php file core/modules/jsonapi/src/Access/EntityAccessChecker.php
EntityAccessChecker::$currentUser property core/modules/jsonapi/src/Access/EntityAccessChecker.php The current user.
EntityAccessChecker::$entityRepository property core/modules/jsonapi/src/Access/EntityAccessChecker.php The entity repository.
EntityAccessChecker::$latestRevisionCheck property core/modules/jsonapi/src/Access/EntityAccessChecker.php The latest revision check service.
EntityAccessChecker::$resourceTypeRepository property core/modules/jsonapi/src/Access/EntityAccessChecker.php The JSON:API resource type repository.
EntityAccessChecker::$router property core/modules/jsonapi/src/Access/EntityAccessChecker.php The router.
EntityAccessChecker::checkEntityAccess function core/modules/jsonapi/src/Access/EntityAccessChecker.php Checks access to the given entity.
EntityAccessChecker::checkRevisionViewAccess function core/modules/jsonapi/src/Access/EntityAccessChecker.php Checks access to the given revision entity.
EntityAccessChecker::getAccessCheckedResourceObject function core/modules/jsonapi/src/Access/EntityAccessChecker.php Get the object to normalize and the access based on the provided entity.
EntityAccessChecker::setLatestRevisionCheck function core/modules/jsonapi/src/Access/EntityAccessChecker.php Sets the media revision access check service.
EntityAccessChecker::__construct function core/modules/jsonapi/src/Access/EntityAccessChecker.php EntityAccessChecker constructor.
EntityAccessCheckTest class core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Unit test of entity access checking system.
EntityAccessCheckTest.php file core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php

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