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
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.
UserPermissionsTest::testPermissionCheckboxes function core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php Tests the dummy checkboxes added to the permissions page.
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::$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
ViewsMultiValueFieldUpdateTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php An array of config object names that are excluded from schema checking.
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.
WebAssert::checkboxChecked function core/tests/Drupal/Tests/WebAssert.php
WebAssert::checkboxNotChecked function core/tests/Drupal/Tests/WebAssert.php
WebAssertArgumentsTest::testCheckboxChecked function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::checkboxChecked
WebAssertArgumentsTest::testCheckboxNotChecked function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::checkboxNotChecked
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
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.
WorkflowStateTransitionOperationsAccessCheckTest class core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @coversDefaultClass \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck
@group workflows
WorkflowStateTransitionOperationsAccessCheckTest.php file core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php
WorkflowStateTransitionOperationsAccessCheckTest::accessTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testAccess.
WorkflowStateTransitionOperationsAccessCheckTest::invalidOperationNameTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testInvalidOperationName.
WorkflowStateTransitionOperationsAccessCheckTest::testAccess function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Tests the access method correctly proxies to the entity access system.
WorkflowStateTransitionOperationsAccessCheckTest::testInvalidOperationName function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers ::access
@dataProvider invalidOperationNameTestCases
WorkflowStateTransitionOperationsAccessCheckTest::testMissingRouteParams function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers ::access
WorkspaceAccessControlHandler::checkAccess function core/modules/workspaces/src/WorkspaceAccessControlHandler.php Performs access checks.
WorkspaceAccessControlHandler::checkCreateAccess function core/modules/workspaces/src/WorkspaceAccessControlHandler.php Performs create access checks.
WorkspaceActivateForm::checkAccess function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Checks access for the workspace activate form.
WorkspaceMerger::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Checks if there are any conflicts between the source and the target.
WorkspaceOperationInterface::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceOperationInterface.php Checks if there are any conflicts between the source and the target.
WorkspacePublisher::checkConflictsOnTarget function core/modules/workspaces/src/WorkspacePublisher.php Checks if there are any conflicts between the source and the target.
workspace_update_test_post_update_check_active_workspace function core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php Checks the active workspace during database updates.
_system_check_array_table_prefixes function core/modules/system/system.install Checks if there are 'prefix' entries in array format for tables.

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