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
Tasks::checkJsonSupport function core/lib/Drupal/Core/Database/Install/Tasks.php Checks the database json support.
Tasks::checkStandardConformingStrings function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Ensures standard_conforming_strings setting is 'on'.
Tasks::checkStandardConformingStringsSuccess function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Verifies the standard_conforming_strings setting.
Tasks::engineVersionRequirementsCheck function core/lib/Drupal/Core/Database/Install/Tasks.php Checks engine version requirements for the status report.
template_preprocess_checkboxes function core/includes/form.inc Prepares variables for checkboxes templates.
template_preprocess_locale_translation_last_check function core/modules/locale/locale.pages.inc Prepares variables for most recent translation update templates.
template_preprocess_update_last_check function core/modules/update/update.module Prepares variables for last time update data was checked templates.
TemporaryJsonapiFileFieldUploader::checkFileUploadAccess function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Checks if the current user has access to upload the file.
TemporaryJsonapiFileFieldUploaderTest::testCheckFileUploadAccessWithBaseField function core/modules/jsonapi/tests/src/Kernel/Controller/TemporaryJsonapiFileFieldUploaderTest.php @covers ::checkFileUploadAccess
TermAccessControlHandler::checkAccess function core/modules/taxonomy/src/TermAccessControlHandler.php Performs access checks.
TermAccessControlHandler::checkCreateAccess function core/modules/taxonomy/src/TermAccessControlHandler.php Performs create access checks.
TestAccessCheck class core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php Access check for test routes.
TestAccessCheck.php file core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php
TestAccessCheck::access function core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php Checks access.
TestAccessCheckInterface interface core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Defines an interface with a defined access() method for mocking.
TestAccessCheckInterface::access function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
TestSetupTrait::$configSchemaCheckerExclusions property core/lib/Drupal/Core/Test/TestSetupTrait.php An array of config object names that are excluded from schema checking.
ThemeAccessCheck class core/lib/Drupal/Core/Theme/ThemeAccessCheck.php Provides access checking for themes for routing and theme negotiation.
ThemeAccessCheck.php file core/lib/Drupal/Core/Theme/ThemeAccessCheck.php
ThemeAccessCheck::$themeHandler property core/lib/Drupal/Core/Theme/ThemeAccessCheck.php The theme handler.
ThemeAccessCheck::access function core/lib/Drupal/Core/Theme/ThemeAccessCheck.php Checks access to the theme for routing.
ThemeAccessCheck::checkAccess function core/lib/Drupal/Core/Theme/ThemeAccessCheck.php Indicates whether the theme is accessible based on whether it is installed.
ThemeAccessCheck::__construct function core/lib/Drupal/Core/Theme/ThemeAccessCheck.php Constructs a \Drupal\Core\Theme\Registry object.
ThemeNegotiatorTest::$themeAccessCheck property core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php The mocked theme access checker.
ThemeNegotiatorTest::testDetermineActiveThemeWithAccessCheck function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators of which just one returns access.
ToolbarController::checkSubTreeAccess function core/modules/toolbar/src/Controller/ToolbarController.php Checks access for the subtree controller.
TourAccessControlHandler::checkAccess function core/modules/tour/src/TourAccessControlHandler.php Performs access checks.
TrackerController::checkAccess function core/modules/tracker/src/Controller/TrackerController.php Checks access for the users recent content tracker page.
TranslationWebTest::checkTranslationRevisions function core/modules/field/tests/src/Functional/TranslationWebTest.php Tests translation revisions.
TwigExtension::checkDeprecations function core/lib/Drupal/Core/Template/TwigExtension.php Triggers a deprecation error if a variable is deprecated.
TwigNodeCheckDeprecations class core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php A node that checks deprecated variable usage.
TwigNodeCheckDeprecations.php file core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php
TwigNodeCheckDeprecations::$usedNames property core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php The named variables used in the template.
TwigNodeCheckDeprecations::compile function core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php
TwigNodeCheckDeprecations::__construct function core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php
TwigNodeVisitorCheckDeprecations class core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php Provides a Node Visitor to trigger errors if deprecated variables are used.
TwigNodeVisitorCheckDeprecations.php file core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
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 An array of config object names that are excluded from schema checking.

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