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. Search main for check
  6. Other projects
Title Object type File name Summary
FilterFormatAccessControlHandler::checkAccess function core/modules/filter/src/FilterFormatAccessControlHandler.php
FilterNoFormatTest::testCheckMarkupNoFormat function core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests text without format.
form--checkbox-radio--ie.css file core/themes/claro/css/components/form--checkbox-radio--ie.css Checkbox and radio input elements styles for IE11 and below.
form--checkbox-radio--ie.pcss.css file core/themes/claro/css/components/form--checkbox-radio--ie.pcss.css Checkbox and radio input elements styles for IE11 and below.
form--checkbox-radio.css file core/themes/claro/css/components/form--checkbox-radio.css Checkbox and radio input elements.
form--checkbox-radio.pcss.css file core/themes/claro/css/components/form--checkbox-radio.pcss.css Checkbox and radio input elements.
FormModeAccessCheck class core/modules/field_ui/src/Access/FormModeAccessCheck.php Defines an access check for entity form mode routes.
FormModeAccessCheck.php file core/modules/field_ui/src/Access/FormModeAccessCheck.php
FormModeAccessCheck::$entityTypeManager property core/modules/field_ui/src/Access/FormModeAccessCheck.php The entity type manager.
FormModeAccessCheck::access function core/modules/field_ui/src/Access/FormModeAccessCheck.php Checks access to the form mode.
FormModeAccessCheck::__construct function core/modules/field_ui/src/Access/FormModeAccessCheck.php Creates a new FormModeAccessCheck.
FormState::$programmed_bypass_access_check property core/lib/Drupal/Core/Form/FormState.php Indicates if programmatic form submissions bypasses #access check.
FormState::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormState.php
FormState::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormState.php
FormStateDecoratorBase::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBase::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBaseTest::testIsBypassingProgrammedAccessChecks function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isBypassingProgrammedAccessChecks[[api-linebreak]]
FormStateDecoratorBaseTest::testSetProgrammedBypassAccessCheck function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setProgrammedBypassAccessCheck[[api-linebreak]]
FormStateInterface::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if this form submission should bypass #access.
FormStateInterface::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateInterface.php Sets if this form submission should bypass #access.
FormTest::testCheckboxProcessing function core/modules/system/tests/src/Functional/Form/FormTest.php Tests default value handling for checkboxes.
FormTest::testRequiredCheckboxesRadio function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation for required checkbox, select, and radio elements.
FormTestCheckboxesRadiosForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor to test expansion of #type checkboxes and radios.
FormTestCheckboxesRadiosForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
FormTestCheckboxesRadiosForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
FormTestCheckboxesRadiosForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
FormTestCheckboxesRadiosForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
FormTestCheckboxesZeroForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Tests checkboxes zero.
FormTestCheckboxesZeroForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
FormTestCheckboxesZeroForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
FormTestCheckboxesZeroForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
FormTestCheckboxesZeroForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
FormTestCheckboxForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form for testing checkbox.
FormTestCheckboxForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
FormTestCheckboxForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
FormTestCheckboxForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
FormTestCheckboxForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
FormTestCheckboxTypeJugglingForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Builds a form to test return values for checkboxes.
FormTestCheckboxTypeJugglingForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
FormTestCheckboxTypeJugglingForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
FormTestCheckboxTypeJugglingForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
FormTestCheckboxTypeJugglingForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
FormTestRadiosCheckedForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form constructor to test #default_value settings of radios.
FormTestRadiosCheckedForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
ForumManager::checkNodeType function core/modules/forum/src/ForumManager.php
ForumManagerInterface::checkNodeType function core/modules/forum/src/ForumManagerInterface.php Checks whether a node can be used in a forum, based on its content type.
FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable.

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