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 11.x for check
  5. Other projects
Title Object type File name Summary
FilterAPITest::testCheckMarkupFilterOrder function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that the filter order is respected.
FilterAPITest::testCheckMarkupFilterSubset function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the ability to apply only a subset of filters.
FilterFormatAccessControlHandler::checkAccess function core/modules/filter/src/FilterFormatAccessControlHandler.php Performs access checks.
FilterNoFormatTest::testCheckMarkupNoFormat function core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests text without format.
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
FormState::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormState.php Determines if this form submission should bypass #access.
FormState::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormState.php Sets if this form submission should bypass #access.
FormStateDecoratorBase::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if this form submission should bypass #access.
FormStateDecoratorBase::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets if this form submission should bypass #access.
FormStateDecoratorBaseTest::testIsBypassingProgrammedAccessChecks function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isBypassingProgrammedAccessChecks
FormStateDecoratorBaseTest::testSetProgrammedBypassAccessCheck function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setProgrammedBypassAccessCheck
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 Form constructor.
FormTestCheckboxesRadiosForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Returns a unique string identifying the form.
FormTestCheckboxesRadiosForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form submission handler.
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 Form constructor.
FormTestCheckboxesZeroForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Returns a unique string identifying the form.
FormTestCheckboxesZeroForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Form submission handler.
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 Form constructor.
FormTestCheckboxForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Returns a unique string identifying the form.
FormTestCheckboxForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form submission handler.
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 Form constructor.
FormTestCheckboxTypeJugglingForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Returns a unique string identifying the form.
FormTestCheckboxTypeJugglingForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Form submission handler.
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 Form constructor.
FormTestRadiosCheckedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Returns a unique string identifying the form.
FormTestRadiosCheckedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form submission handler.
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.