AjaxFormsTestSimpleForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
|
AjaxFormsTestSimpleForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Form constructor. |
AjaxFormsTestSimpleForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Returns a unique string identifying the form. |
AjaxFormsTestSimpleForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Form submission handler. |
AjaxFormsTestSimpleForm::textfieldCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
|
AjaxFormsTestValidationForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Form builder: Builds a form that triggers a simple AJAX callback. |
AjaxFormsTestValidationForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
|
AjaxFormsTestValidationForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Form constructor. |
AjaxFormsTestValidationForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Returns a unique string identifying the form. |
AjaxFormsTestValidationForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Form submission handler. |
AjaxHelperTrait::getRequestWrapperFormat |
function |
core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php |
Gets the wrapper format of the current request. |
AjaxInGroupTest::testSimpleAjaxFormValue |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
Submits forms with select and checkbox elements via Ajax. |
AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Tests the support for IE specific headers in file uploads. |
AjaxTestDialogForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Dummy form for testing DialogRenderer with _form routes. |
AjaxTestDialogForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
|
AjaxTestDialogForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form constructor. |
AjaxTestDialogForm::dialog |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Util to render dialog in ajax callback. |
AjaxTestDialogForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Returns a unique string identifying the form. |
AjaxTestDialogForm::modal |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::modalFromUrl |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for Url modal, AjaxTestDialogForm. |
AjaxTestDialogForm::nonModal |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form submission handler. |
AjaxTestDialogForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form validation handler. |
AjaxTestFocusFirstForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form for testing AJAX FocusFirstCommand. |
AjaxTestFocusFirstForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
|
AjaxTestFocusFirstForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form constructor. |
AjaxTestFocusFirstForm::focusableContainerNotTabbableChildren |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::focusFirstInContainer |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::focusFirstInForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a form. |
AjaxTestFocusFirstForm::focusFirstSelectorMultipleMatch |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Returns a unique string identifying the form. |
AjaxTestFocusFirstForm::selectorDoesNotExist |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::selectorHasNothingTabbable |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form submission handler. |
AjaxTestFocusFirstForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form validation handler. |
AjaxTestForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Dummy form for testing DialogRenderer with _form routes. |
AjaxTestForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
|
AjaxTestForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form constructor. |
AjaxTestForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Returns a unique string identifying the form. |
AjaxTestForm::helloWorld |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
An AJAX callback that prints "Hello World!" as a message. |
AjaxTestForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form submission handler. |
AjaxTestForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form validation handler. |
AjaxTestFormPromise |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Test form for ajax_test_form_promise. |
AjaxTestFormPromise.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
|
AjaxTestFormPromise::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Form for testing the addition of various types of elements via Ajax. |
AjaxTestFormPromise::executeCommands |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Ajax callback for the "Execute commands button" button. |
AjaxTestFormPromise::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Returns a unique string identifying the form. |
AjaxTestFormPromise::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Form submission handler. |
AjaxTestImageEffect::buildConfigurationForm |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
|
AjaxTestImageEffect::submitConfigurationForm |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
|