Skip to content
Snippets Groups Projects
Commit 542a5a53 authored by catch's avatar catch
Browse files

Issue #3495959 by nikolay shapovalov, nicxvan, smustgrave, catch, larowlan:...

Issue #3495959 by nikolay shapovalov, nicxvan, smustgrave, catch, larowlan: Move helpers out of ajax_forms_test.module and delete the file
parent b9a10a16
No related branches found
No related tags found
4 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #405342 passed with warnings
Pipeline: drupal

#405361

    Pipeline: drupal

    #405353

      Pipeline: drupal

      #405343

        ......@@ -147,7 +147,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
        '#value' => $this->t("AJAX invoke command: Invoke addClass() method."),
        '#type' => 'submit',
        '#ajax' => [
        'callback' => [Callbacks::class, 'advancedCommandsHtmlCallback'],
        'callback' => [Callbacks::class, 'advancedCommandsInvokeCallback'],
        ],
        '#suffix' => '<div id="invoke_div">Original contents</div>',
        ];
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment