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
1 merge request!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #405342 passed with warnings
......@@ -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