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. Search 11.x for check
  6. Other projects
Title Object type File name Summary
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
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.
input--checkbox.html.twig file core/themes/admin/templates/form/input--checkbox.html.twig Theme override for an 'input' #type form element.
input--checkbox.html.twig file core/themes/default_admin/templates/form/input--checkbox.html.twig Theme override for an 'input' #type form element.
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
JavascriptStatesTest::doCheckboxesTriggerTests function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php Tests states of elements triggered by a checkboxes element.
JavascriptStatesTest::doCheckboxTriggerTests function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php Tests states of elements triggered by a checkbox element.
jsonapi.entity_access_checker service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Access\EntityAccessChecker
JsonSchemaTestTrait::doCheckSchemaAgainstMetaSchema function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Check a schema is valid against the meta-schema.

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