-
- Downloads
Issue #2230121 by znerol, dawehner | sun: Fixed Remove exit() from FormBuilder.
parent
39aeee85
Branches
Tags
Showing
- core/core.services.yml 5 additions, 1 deletioncore/core.services.yml
- core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php 16 additions, 2 deletions...rupal/Core/EventSubscriber/DefaultExceptionSubscriber.php
- core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php 53 additions, 0 deletions...l/Core/EventSubscriber/EnforcedFormResponseSubscriber.php
- core/lib/Drupal/Core/Form/EnforcedResponse.php 82 additions, 0 deletionscore/lib/Drupal/Core/Form/EnforcedResponse.php
- core/lib/Drupal/Core/Form/EnforcedResponseException.php 52 additions, 0 deletionscore/lib/Drupal/Core/Form/EnforcedResponseException.php
- core/lib/Drupal/Core/Form/FormBuilder.php 20 additions, 43 deletionscore/lib/Drupal/Core/Form/FormBuilder.php
- core/modules/system/src/Tests/Form/ResponseTest.php 52 additions, 0 deletionscore/modules/system/src/Tests/Form/ResponseTest.php
- core/modules/system/tests/modules/form_test/form_test.routing.yml 8 additions, 0 deletions...ules/system/tests/modules/form_test/form_test.routing.yml
- core/modules/system/tests/modules/form_test/form_test.services.yml 4 additions, 0 deletions...les/system/tests/modules/form_test/form_test.services.yml
- core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php 13 additions, 0 deletions...form_test/src/EventSubscriber/FormTestEventSubscriber.php
- core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php 54 additions, 0 deletions...tests/modules/form_test/src/Form/FormTestResponseForm.php
- core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php 43 additions, 0 deletions...ules/form_test/src/StackMiddleware/FormTestMiddleware.php
- core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php 8 additions, 18 deletionscore/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Loading
Please register or sign in to comment