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
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[[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 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.
FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable.
FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsAreCompatible function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Checks that fundamental CKEditor 5 plugins' HTML tags are allowed.
FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsMatch function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Checks the HTML restrictions match the enabled CKEditor 5 plugins' output.
FundamentalCompatibilityConstraintValidator::checkNoMarkupFilters function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Checks no TYPE_MARKUP_LANGUAGE filters are present.
GDToolkit::checkAvifSupport function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Checks if AVIF can encode image.
Git::checkIgnore function composer/Plugin/Scaffold/Git.php Determines whether the specified scaffold file is already ignored.
Git::checkTracked function composer/Plugin/Scaffold/Git.php Determines whether the specified scaffold file is tracked by git.
Heading::generateCheckboxForHeadingOption function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Generates checkbox for a CKEditor 5 heading plugin config option.
HookCollectorPass::checkForProceduralOnlyHooks function core/lib/Drupal/Core/Hook/HookCollectorPass.php Checks for hooks which can't be supported in classes.
IconExtractorWithFinder::checkRequiredConfigSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Check the required `config > sources` value from definition.
IncludeResolver::$entityAccessChecker property core/modules/jsonapi/src/IncludeResolver.php The JSON:API entity access checker.
InstallTest::testModuleNameLengthWithoutDependencyCheck function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests that an exception is thrown when a module name is too long.
install_check_class_requirements function core/includes/install.inc Checks a module or profile requirements.
install_check_localization_server function core/includes/install.core.inc Checks if the localization server can be contacted.
install_check_requirements function core/includes/install.core.inc Checks installation requirements and reports any errors.
install_check_translations function core/includes/install.core.inc Checks installation requirements and reports any errors.
ItemsPerPageTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.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.