Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 8.9.x for check
  4. Search 10.3.x for check
  5. Other projects
Title Object type File name Summary
TwigNodeVisitorCheckDeprecations::$assignedNames property core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php The named variables set within the template.
TwigNodeVisitorCheckDeprecations::$usedNames property core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php The named variables used in the template from the context.
TwigNodeVisitorCheckDeprecations::enterNode function core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
TwigNodeVisitorCheckDeprecations::getPriority function core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
TwigNodeVisitorCheckDeprecations::leaveNode function core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
TwigSandboxPolicy::checkMethodAllowed function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSandboxPolicy::checkPropertyAllowed function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSandboxPolicy::checkSecurity function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSimpleCheckToStringNode class core/lib/Drupal/Core/Template/TwigSimpleCheckToStringNode.php Defines a twig node for simplifying CheckToStringNode.
TwigSimpleCheckToStringNode.php file core/lib/Drupal/Core/Template/TwigSimpleCheckToStringNode.php
TwigSimpleCheckToStringNode::compile function core/lib/Drupal/Core/Template/TwigSimpleCheckToStringNode.php
TwigTransTokenParser::checkTransString function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Ensure that any nodes that are parsed are only of allowed types.
TypedConfigTest::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
UiHelperTrait::checkForMetaRefresh function core/tests/Drupal/Tests/UiHelperTrait.php Checks for meta refresh tag and if found call drupalGet() recursively.
Unicode::check function core/lib/Drupal/Component/Utility/Unicode.php Checks for Unicode support in PHP and sets the proper settings if possible.
UnknownCheckpointException class core/lib/Drupal/Core/Config/Checkpoint/UnknownCheckpointException.php Thrown when trying to access a checkpoint that does not exist.
UnknownCheckpointException.php file core/lib/Drupal/Core/Config/Checkpoint/UnknownCheckpointException.php
update-last-check.html.twig file core/modules/update/templates/update-last-check.html.twig Default theme implementation for the last time update data was checked.
update-last-check.html.twig file core/themes/stable9/templates/admin/update-last-check.html.twig Theme override for the last time update data was checked.
UpdateFetcherInterface::NOT_CHECKED constant core/modules/update/src/UpdateFetcherInterface.php Project's status cannot be checked.
UpdateManagerAccessCheck class core/modules/update/src/Access/UpdateManagerAccessCheck.php Determines whether allow authorized operations is set.
UpdateManagerAccessCheck.php file core/modules/update/src/Access/UpdateManagerAccessCheck.php
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 an 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'.
UpdateManagerUpdateTest::checkTableHeaders function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Checks headers for a given table on the Update form.
UpdatePathTestBaseTest::testSchemaChecking function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that schema can be excluded from testing.
UpdatePathTestTrait::$checkEntityFieldDefinitionUpdates property core/tests/Drupal/Tests/UpdatePathTestTrait.php Fail the test if there are entity field definition updates needed.
UpdatePathTestTrait::$checkFailedUpdates property core/tests/Drupal/Tests/UpdatePathTestTrait.php Fail the test if there are failed updates.
update_check_requirements function core/includes/update.inc Checks update requirements and reports errors and (optionally) warnings.
User::checkExistingPassword function core/modules/user/src/Entity/User.php
UserAccessControlHandler::checkAccess function core/modules/user/src/UserAccessControlHandler.php
UserAccessControlHandler::checkFieldAccess function core/modules/user/src/UserAccessControlHandler.php
UserAuth::$passwordChecker property core/modules/user/src/UserAuth.php The password hashing service.
UserAuthentication::$passwordChecker property core/modules/user/src/UserAuthentication.php The password hashing service.
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the auth that ends in a redirect from subdomain to TLD.
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the auth that ends in a redirect from subdomain with a fragment to TLD.
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 fake 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
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
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

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