Skip to content
Snippets Groups Projects
Commit 52e70ca9 authored by catch's avatar catch
Browse files

Remove redundant method override because phpcs doesn't like it - can replace...

Remove redundant method override because phpcs doesn't like it - can replace with an issue (also shoudl probably be hook_requirements() so the form submission doesn't make an http request.
parent 0144cfb3
No related branches found
No related tags found
1 merge request!1Issue #3492930: add xapi ActivityAnswer plugin.
......@@ -54,13 +54,4 @@ final class LmsXapiSettingsForm extends ConfigFormBase {
return parent::buildForm($form, $form_state);
}
/**
* {@inheritdoc}
*/
public function validateForm(array &$form, FormStateInterface $form_state) {
// @todo try connecting to some LRS status endpoint to check
// if credentials are correct here.
parent::validateForm($form, $form_state);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment