Search for errors
- Search 7.x for errors
- Search 9.5.x for errors
- Search 8.9.x for errors
- Search 10.3.x for errors
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormStateDecoratorBaseTest::testGetErrors | function | core/ |
Tests get errors. |
| FormStateDecoratorBaseTest::testGetLimitValidationErrors | function | core/ |
Tests get limit validation errors. |
| FormStateDecoratorBaseTest::testSetLimitValidationErrors | function | core/ |
Tests set limit validation errors. |
| FormStateInterface::clearErrors | function | core/ |
Clears all errors against all form elements made by self::setErrorByName(). |
| FormStateInterface::getErrors | function | core/ |
Returns an associative array of all errors. |
| FormStateInterface::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
| FormStateInterface::hasAnyErrors | function | core/ |
Determines if any forms have any errors. |
| FormStateInterface::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
| FormStateTest::testFormErrorsDuringSubmission | function | core/ |
Tests that form errors during submission throw an exception. |
| FormTestLimitValidationErrorsForm | class | core/ |
Builds a simple form with a button triggering partial validation. |
| FormTestLimitValidationErrorsForm.php | file | core/ |
|
| FormTestLimitValidationErrorsForm::buildForm | function | core/ |
Form constructor. |
| FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors | function | core/ |
|
| FormTestLimitValidationErrorsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestLimitValidationErrorsForm::partialSubmitForm | function | core/ |
|
| FormTestLimitValidationErrorsForm::submitForm | function | core/ |
Form submission handler. |
| FormValidator::determineLimitValidationErrors | function | core/ |
Determines if validation errors should be limited. |
| FormValidator::handleErrorsWithLimitedValidation | function | core/ |
Handles validation errors for forms with limited validation. |
| FormValidatorTest::providerTestHandleErrorsWithLimitedValidation | function | core/ |
|
| FormValidatorTest::testHandleErrorsWithLimitedValidation | function | core/ |
Tests handle errors with limited validation. |
| ImageEffectsTest::testEffectFormValidationErrors | function | core/ |
Tests that validation errors are passed from the plugin to the parent form. |
| InlineFormErrorsHooks | class | core/ |
Hook implementations for inline_form_errors. |
| InlineFormErrorsHooks.php | file | core/ |
|
| InlineFormErrorsHooks::elementInfoAlter | function | core/ |
Implements hook_element_info_alter(). |
| InlineFormErrorsHooks::help | function | core/ |
Implements hook_help(). |
| InlineFormErrorsServiceProvider | class | core/ |
Overrides the form_error_handler service to enable inline form errors. |
| InlineFormErrorsServiceProvider.php | file | core/ |
|
| InlineFormErrorsServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| InlineFormErrorsThemeHooks | class | core/ |
Hook implementations for inline_form_errors. |
| InlineFormErrorsThemeHooks.php | file | core/ |
|
| InlineFormErrorsThemeHooks::preprocessDatetimeWrapper | function | core/ |
Implements hook_preprocess_HOOK() for datetime form wrapper templates. |
| InlineFormErrorsThemeHooks::preprocessDetails | function | core/ |
Implements hook_preprocess_HOOK() for details element templates. |
| InlineFormErrorsThemeHooks::preprocessFieldset | function | core/ |
Implements hook_preprocess_HOOK() for fieldset element templates. |
| InlineFormErrorsThemeHooks::preprocessFormElement | function | core/ |
Implements hook_preprocess_HOOK() for form element templates. |
| inline_form_errors.info.yml | file | core/ |
core/modules/inline_form_errors/inline_form_errors.info.yml |
| inline_form_errors.module | file | core/ |
|
| inline_form_errors.services.yml | file | core/ |
core/modules/inline_form_errors/inline_form_errors.services.yml |
| install_database_errors | function | core/ |
Checks a database connection and returns any errors. |
| JavascriptErrorsSuppressionTest | class | core/ |
Tests that Drupal.throwError can be suppressed to allow a test to pass. |
| JavascriptErrorsSuppressionTest.php | file | core/ |
|
| JavascriptErrorsSuppressionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| JavascriptErrorsSuppressionTest::$failOnJavascriptConsoleErrors | property | core/ |
Determines if a test should fail on JavaScript console errors. |
| JavascriptErrorsSuppressionTest::$modules | property | core/ |
Modules to install. |
| JavascriptErrorsSuppressionTest::testJavascriptErrors | function | core/ |
Tests that JavaScript console errors can be suppressed. |
| JavascriptErrorsTest | class | core/ |
Tests that Drupal.throwError will cause a test failure. |
| JavascriptErrorsTest.php | file | core/ |
|
| JavascriptErrorsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| JavascriptErrorsTest::$modules | property | core/ |
Modules to install. |
| JavascriptErrorsTest::clearErrorLog | function | core/ |
Clear the JavaScript error log to prevent this test failing for real. |
| JavascriptErrorsTest::testJavascriptErrors | function | core/ |
Tests that JavaScript console errors will result in a test failure. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.