| FormActionXssTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form constructor. |
| FormActionXssTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Returns a unique string identifying the form. |
| FormActionXssTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
|
| FormActionXssTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form submission handler. |
| FormActionXssTest::testFormActionXss |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Tests form action attribute for XSS. |
| FormActionXssTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form validation handler. |
| FormAjaxException |
class |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Custom exception to break out of AJAX form processing. |
| FormAjaxException.php |
file |
core/lib/Drupal/Core/Form/FormAjaxException.php |
|
| FormAjaxException::$form |
property |
core/lib/Drupal/Core/Form/FormAjaxException.php |
The form definition. |
| FormAjaxException::$formState |
property |
core/lib/Drupal/Core/Form/FormAjaxException.php |
The form state. |
| FormAjaxException::getForm |
function |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Gets the form definition. |
| FormAjaxException::getFormState |
function |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Gets the form state. |
| FormAjaxException::__construct |
function |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Constructs a FormAjaxException object. |
| FormAjaxResponseBuilder |
class |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
Builds an AJAX form response. |
| FormAjaxResponseBuilder.php |
file |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
|
| FormAjaxResponseBuilder::$ajaxRenderer |
property |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
The main content to AJAX Response renderer. |
| FormAjaxResponseBuilder::$callableResolver |
property |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
The callable resolver service. |
| FormAjaxResponseBuilder::$routeMatch |
property |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
The current route match. |
| FormAjaxResponseBuilder::buildResponse |
function |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
Builds a response for an AJAX form. |
| FormAjaxResponseBuilder::__construct |
function |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
|
| FormAjaxResponseBuilderInterface |
interface |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php |
Provides an interface for building AJAX form responses. |
| FormAjaxResponseBuilderInterface.php |
file |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php |
|
| FormAjaxResponseBuilderInterface::buildResponse |
function |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php |
Builds a response for an AJAX form. |
| FormAjaxResponseBuilderTest |
class |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests Drupal\Core\Form\FormAjaxResponseBuilder. |
| FormAjaxResponseBuilderTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::$callableResolver |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
The callable resolver. |
| FormAjaxResponseBuilderTest::$formAjaxResponseBuilder |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::$renderer |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::setUp |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::testBuildResponseNoCallable |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response no callable. |
| FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response no triggering element. |
| FormAjaxResponseBuilderTest::testBuildResponseRenderArray |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response render array. |
| FormAjaxResponseBuilderTest::testBuildResponseResponse |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response response. |
| FormAjaxResponseBuilderTest::testBuildResponseWithCommands |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response with commands. |
| FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response with update command. |
| FormAjaxSubscriber |
class |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
Wraps AJAX form submissions that are triggered via an exception. |
| FormAjaxSubscriber.php |
file |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
|
| FormAjaxSubscriber::$formAjaxResponseBuilder |
property |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
The form AJAX response builder. |
| FormAjaxSubscriber::$messenger |
property |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
The messenger. |
| FormAjaxSubscriber::getFormAjaxException |
function |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
Extracts a form AJAX exception. |
| FormAjaxSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
|
| FormAjaxSubscriber::onException |
function |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
Catches a form AJAX exception and build a response from it. |
| FormAjaxSubscriber::onView |
function |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
Alters the wrapper format if this is an AJAX form request. |
| FormAjaxSubscriber::__construct |
function |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
Constructs a new FormAjaxSubscriber. |
| FormAjaxSubscriberTest |
class |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
Tests Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber. |
| FormAjaxSubscriberTest.php |
file |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
|
| FormAjaxSubscriberTest::$event |
property |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
The event used to derive the response. |
| FormAjaxSubscriberTest::$formAjaxResponseBuilder |
property |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
|
| FormAjaxSubscriberTest::$httpKernel |
property |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
|