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 |
ajax_forms_test.module |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
|
ajax_forms_test.routing.yml |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml |
ajax_forms_test_advanced_commands_add_css_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax callback for 'add_css'. |
ajax_forms_test_advanced_commands_after_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'after'. |
ajax_forms_test_advanced_commands_alert_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'alert'. |
ajax_forms_test_advanced_commands_announce_assertive_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with 'assertive' priority. |
ajax_forms_test_advanced_commands_announce_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with no priority specified. |
ajax_forms_test_advanced_commands_announce_polite_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with 'polite' priority. |
ajax_forms_test_advanced_commands_append_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'append'. |
ajax_forms_test_advanced_commands_before_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'before'. |
ajax_forms_test_advanced_commands_changed_asterisk_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'changed' with asterisk marking inner div. |
ajax_forms_test_advanced_commands_changed_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'changed'. |
ajax_forms_test_advanced_commands_css_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'css'. |
ajax_forms_test_advanced_commands_data_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'data'. |
ajax_forms_test_advanced_commands_double_announce_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with two announce commands returned. |
ajax_forms_test_advanced_commands_html_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'html'. |
ajax_forms_test_advanced_commands_insert_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'insert'. |
ajax_forms_test_advanced_commands_invoke_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'invoke'. |
ajax_forms_test_advanced_commands_prepend_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'prepend'. |
ajax_forms_test_advanced_commands_remove_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'remove'. |
ajax_forms_test_advanced_commands_restripe_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'restripe'. |
ajax_forms_test_advanced_commands_settings_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'settings'. |
ajax_forms_test_lazy_load_form_ajax |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. |
ajax_forms_test_validation_form_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects the 'driver_text' element of the validation form. |
ajax_forms_test_validation_number_form_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects the 'driver_number' element of the validation form. |
Alignment::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
Form for choosing which alignment types are available. |
Alignment::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
|
Alignment::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
|
Analyze::buildForm |
function |
core/modules/views_ui/src/Form/Ajax/Analyze.php |
Form constructor. |
Analyze::getFormId |
function |
core/modules/views_ui/src/Form/Ajax/Analyze.php |
Returns a unique string identifying the form. |
Analyze::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/Analyze.php |
Returns the key that represents this form. |
Analyze::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/Analyze.php |
Form submission handler. |
Analyzer::formatMessage |
function |
core/modules/views/src/Analyzer.php |
Formats an analysis message. |
Analyzer::formatMessages |
function |
core/modules/views/src/Analyzer.php |
Formats the analyze result into a message string. |
AreaDisplayLinkTest::assertFormOptions |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert the display options contains only path based displays. |
AreaPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/AreaPluginBase.php |
Provide a form to edit options for this plugin. |
ArgumentDefaultPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form for setting options. |
ArgumentDefaultPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form for submitting options. |
ArgumentDefaultPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form for validating options. |
ArgumentPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provide a form to edit options for this plugin. |