Search for check

  1. Search 7.x for check
  2. Search 9.5.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
UpdateManagerAccessCheck::$settings property core/modules/update/src/Access/UpdateManagerAccessCheck.php Settings Service.
UpdateManagerAccessCheck::access function core/modules/update/src/Access/UpdateManagerAccessCheck.php Checks access.
UpdateManagerAccessCheck::__construct function core/modules/update/src/Access/UpdateManagerAccessCheck.php Constructs a UpdateManagerAccessCheck object.
UpdateManagerUpdate::removeCheckboxFromRow function core/modules/update/src/Form/UpdateManagerUpdate.php Prepares a row entry for use in a regular table, not a 'tableselect'.
UpdatePathTestBase::$checkFailedUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Fail the test if there are failed updates.
UpdatePathTestBaseTest::testSchemaChecking function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that schema can be excluded from testing.
UpdatePathTestTrait::$checkFailedUpdates property core/tests/Drupal/Tests/UpdatePathTestTrait.php Fail the test if there are failed updates.
update_check_incompatibility function core/includes/update.inc Tests the compatibility of a module or theme.
update_check_requirements function core/includes/update.inc Checks update requirements and reports errors and (optionally) warnings.
UPDATE_NOT_CHECKED constant core/modules/update/update.module Project's status cannot be checked.
User::checkExistingPassword function core/modules/user/src/Entity/User.php Checks the existing password if set.
UserAccessControlHandler::checkAccess function core/modules/user/src/UserAccessControlHandler.php Performs access checks.
UserAccessControlHandler::checkFieldAccess function core/modules/user/src/UserAccessControlHandler.php Default field access as determined by this access control handler.
UserAuth::$passwordChecker property core/modules/user/src/UserAuth.php The password hashing service.
UserCreationTrait::checkPermissions function core/modules/user/tests/src/Traits/UserCreationTrait.php Checks whether a given list of permission names is valid.
UserInterface::checkExistingPassword function core/modules/user/src/UserInterface.php Checks the existing password if set.
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Check role on user object.
VariableTranslation::checkRequirements function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Checks if requirements for this plugin are OK.
VariableTranslationCheckRequirementsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Tests check requirements for variable translation source plugin.
VariableTranslationCheckRequirementsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
VariableTranslationCheckRequirementsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Modules to enable.
VariableTranslationCheckRequirementsTest::setup function core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
VariableTranslationCheckRequirementsTest::testCheckRequirements function core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Tests exception in thrown when the i18n_variable table does not exist.
ViewModeAccessCheck class core/modules/field_ui/src/Access/ViewModeAccessCheck.php Defines an access check for entity view mode routes.
ViewModeAccessCheck.php file core/modules/field_ui/src/Access/ViewModeAccessCheck.php
ViewModeAccessCheck::$deprecatedProperties property core/modules/field_ui/src/Access/ViewModeAccessCheck.php
ViewModeAccessCheck::$entityTypeManager property core/modules/field_ui/src/Access/ViewModeAccessCheck.php The entity type manager.
ViewModeAccessCheck::access function core/modules/field_ui/src/Access/ViewModeAccessCheck.php Checks access to the view mode.
ViewModeAccessCheck::__construct function core/modules/field_ui/src/Access/ViewModeAccessCheck.php Creates a new ViewModeAccessCheck.
views.view.test_exposed_form_checkboxes.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_checkboxes.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_checkboxes.yml
views_test_checkboxes_theme.info.yml file core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml
views_test_checkboxes_theme.theme file core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme Changes an exposed "type" filter from a multi-select to checkboxes.
views_test_checkboxes_theme_form_views_exposed_form_alter function core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme Changes an exposed "type" filter from a multi-select to checkboxes.
VocabularyAccessControlHandler::checkAccess function core/modules/taxonomy/src/VocabularyAccessControlHandler.php Performs access checks.
WebTestBase::checkForMetaRefresh function core/modules/simpletest/src/WebTestBase.php Checks for meta refresh tag and if found call drupalGet() recursively.
WorkflowAccessControlHandler::checkAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs access checks.
WorkflowAccessControlHandler::checkCreateAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs create access checks.
WorkflowAccessControlHandlerTest::checkAccessProvider function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Data provider for ::testCheckAccess.
WorkflowAccessControlHandlerTest::testCheckAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php @covers ::checkAccess
@dataProvider checkAccessProvider
WorkflowAccessControlHandlerTest::testCheckCreateAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php @covers ::checkCreateAccess
WorkflowDeleteAccessCheck class core/modules/workflows/src/WorkflowDeleteAccessCheck.php Provides a access checker for deleting a workflow state.
WorkflowDeleteAccessCheck.php file core/modules/workflows/src/WorkflowDeleteAccessCheck.php
WorkflowDeleteAccessCheck::access function core/modules/workflows/src/WorkflowDeleteAccessCheck.php Checks access for operations of workflow states and transitions.
WorkflowDeleteAccessCheck::getOperation function core/modules/workflows/src/WorkflowDeleteAccessCheck.php Get the operation that will be used for the access check
workflows.access_check.delete_state service core/modules/workflows/workflows.services.yml \Drupal\workflows\WorkflowDeleteAccessCheck
workflows.access_check.extended_permissions service core/modules/workflows/workflows.services.yml \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck
WorkflowStateTransitionOperationsAccessCheck class core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Provides an access check for state and transition operations.
WorkflowStateTransitionOperationsAccessCheck.php file core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php
WorkflowStateTransitionOperationsAccessCheck::access function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Checks access for operations of workflow states and transitions.
WorkflowStateTransitionOperationsAccessCheck::getOperation function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Get the operation that will be used for the access check

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