Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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::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::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 class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Provides a test effect using Ajax in the configuration form.
AjaxTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::ajaxCallback function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php AJAX callback.
AjaxTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Applies an image effect to the image object.
AjaxTestImageEffect::buildConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::defaultConfiguration function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Gets default configuration for this plugin.
AjaxTestImageEffect::submitConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestMessageCommandForm class core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form for testing AJAX MessageCommand.
AjaxTestMessageCommandForm.php file core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php
AjaxTestMessageCommandForm::buildForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form constructor.
AjaxTestMessageCommandForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Returns a unique string identifying the form.
AjaxTestMessageCommandForm::makeMessageAlternate function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand using an alternate message location.
AjaxTestMessageCommandForm::makeMessageDefault function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand with default settings.
AjaxTestMessageCommandForm::makeMessageWarning function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand with warning status.
AjaxTestMessageCommandForm::submitForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form submission handler.
AjaxTestMessageCommandForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form validation handler.
ajax_forms_test.info.yml file core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.