Skip to content
Snippets Groups Projects

Issue #3509371: Add third parameter to function definition.

Merged Vivek Panicker requested to merge issue/ai_ckeditor_wcag-3509371:main into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -115,7 +115,7 @@ final class WCAG extends AiCKEditorPluginBase {
/**
* {@inheritdoc}
*/
public function buildCkEditorModalForm(array $form, FormStateInterface $form_state) {
public function buildCkEditorModalForm(array $form, FormStateInterface $form_state, array $settings = []) {
$storage = $form_state->getStorage();
$editor_id = $this->requestStack->getParentRequest()->get('editor_id');
Loading