I have been submitting an error when sending my Drupal form, the code is designed to insert the values of a select type field in my database. I do not know what I'm failing but I've been trying to find an answer for over a week and I could not.
/*METODO CONSTRUCTOR DEL FORMULARIO - buildForm*/
Public function buildForm(array $form, FormStateInterface $form_state) {
Hi all. I'm trying to develop a sub-theme from Zen in Drupal 8, using Gulp as the task runner. Having some problems I hope someone can shed some light on.
I'm running things inside Docker containers using the 8.6.2-apache offical Drupal image, and the latest official MariaDB image.
I've got the sub-theme created, and it is set and working as my default theme. No issues there.
However, when I try to run gulp I get a TON of errors.