As a school assignment we have to Port a Drupal 7 module to a Drupal 8 module. The module we want to convert is Scroll to top.
We have some experience in Drupal and php.
I'm trying to compile an accessible checklist for theming during website development. It may seem silly to senior developers, but as a junior I still don't have enough experience to know all the things that I should look out for by hard.
I have searched for decent checklists but couldn't find any good ones. So that's why I'm writing this topic.
I am trying to install the varbase distribution (8.4.13) using composer (see code below), but I seem to have too old versions of php (7.0.25) and curl (7.19.7). Ideally I would of course upgrade, but I do not admin rights to do that. I tried installing older versions of varbase without luck, still reports compatibility issues. I also tried require specific php/curl versions in the require and platform sections of composer.json file without luck.
Would it still be possible to install varbase using the current system setup?
I've altered the individual Webform config via hook_form_alter by adding custom fields under the "Confirmation" config. I've also already implement custom submit handler in it, but I couldn't find correct object or method on how to save it inside the custom function of the submit handler.