Search for require
- Search 7.x for require
- Search 9.5.x for require
- Search 10.3.x for require
- Search 11.x for require
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterFormTest::assertRequiredSelectAndOptions | function | core/ |
Asserts that there is a select element with the given ID that is required. |
FilterPluginBase::$always_required | property | core/ |
Disable the possibility to allow a exposed input to be optional. |
FormTest::testFieldFormMultivalueWithRequiredRadio | function | core/ |
Tests widget handling of multiple required radios. |
FormTest::testFieldFormSingleRequired | function | core/ |
|
FormTest::testFieldFormUnlimitedRequired | function | core/ |
Tests the position of the required label. |
FormTest::testRequiredAttribute | function | core/ |
Tests required attribute. |
FormTest::testRequiredCheckboxesRadio | function | core/ |
Tests validation for required checkbox, select, and radio elements. |
FormTest::testRequiredFields | function | core/ |
Check several empty values for required forms elements. |
FormTest::testRequiredTextfieldNoTitle | function | core/ |
Tests validation for required textfield element without title. |
FormTestRequiredAttributeForm | class | core/ |
Builds a form to test the required attribute. |
FormTestRequiredAttributeForm.php | file | core/ |
|
FormTestRequiredAttributeForm::buildForm | function | core/ |
Form constructor. |
FormTestRequiredAttributeForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestRequiredAttributeForm::submitForm | function | core/ |
Form submission handler. |
FormTestValidateRequiredForm | class | core/ |
Form constructor to test the #required property. |
FormTestValidateRequiredForm.php | file | core/ |
|
FormTestValidateRequiredForm::buildForm | function | core/ |
Form constructor. |
FormTestValidateRequiredForm::elementValidateRequired | function | core/ |
|
FormTestValidateRequiredForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestValidateRequiredForm::submitForm | function | core/ |
Form submission handler. |
FormTestValidateRequiredNoTitleForm | class | core/ |
Form constructor to test the #required property without #title. |
FormTestValidateRequiredNoTitleForm.php | file | core/ |
|
FormTestValidateRequiredNoTitleForm::buildForm | function | core/ |
Form constructor. |
FormTestValidateRequiredNoTitleForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestValidateRequiredNoTitleForm::submitForm | function | core/ |
Form submission handler. |
FormValidator::performRequiredValidation | function | core/ |
Performs validation of elements that are not subject to limited validation. |
FormValidatorTest::providerTestPerformRequiredValidation | function | core/ |
|
FormValidatorTest::providerTestRequiredErrorMessage | function | core/ |
|
FormValidatorTest::testPerformRequiredValidation | function | core/ |
@covers ::performRequiredValidation |
FormValidatorTest::testRequiredErrorMessage | function | core/ |
@covers ::doValidateForm |
GDToolkit::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
Handler::requireWasCalled | function | composer/ |
Registers post-package events if the 'require' command was called. |
HookRequirementsTest | class | core/ |
Attempts enabling a module that fails hook_requirements('install'). |
HookRequirementsTest.php | file | core/ |
|
HookRequirementsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HookRequirementsTest::testHookRequirementsFailure | function | core/ |
Assert that a module cannot be installed if it fails hook_requirements(). |
hook_requirements | function | core/ |
Check installation requirements and do status reporting. |
ImageFieldValidateTest::testRequiredAttributes | function | core/ |
Test that required alt/title fields gets validated right. |
ImageToolkitBase::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
ImageToolkitInterface::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
ImageWidget::validateRequiredFields | function | core/ |
Validate callback for alt and title field, if the user wants them required. |
image_requirements | function | core/ |
Implements hook_requirements() to check the PHP GD Library. |
InfoParserDynamic::FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION | constant | core/ |
The earliest Drupal version that supports the 'core_version_requirement'. |
InfoParserDynamic::getRequiredKeys | function | core/ |
Returns an array of keys required to exist in .info.yml file. |
InfoParserUnitTest::providerCoreVersionRequirementInvalid | function | core/ |
Dataprovider for testCoreVersionRequirementInvalid(). |
InfoParserUnitTest::testCoreCoreVersionRequirement88 | function | core/ |
Tests that 'core_version_requirement: ^8.8' is invalid with a 'core' key. |
InfoParserUnitTest::testCoreVersionRequirement88 | function | core/ |
Tests that 'core_version_requirement: ^8.8' is valid with no 'core' key. |
InfoParserUnitTest::testCoreVersionRequirementInvalid | function | core/ |
Tests a invalid 'core_version_requirement'. |
InfoParserUnitTest::testMissingCoreCoreVersionRequirement | function | core/ |
Tests that missing 'core' and 'core_version_requirement' keys are detected. |
InfoParserUnitTest::testTestingPackageMissingCoreCoreVersionRequirement | function | core/ |
Tests that Testing package modules use a default core_version_requirement. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.