Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey, so i have this multistep form where i need to validate inputs on change and set the class of the buttons to the validation state in order to give a respective color to it. My trouble starts when i navigate from step to step as it looses all the configuration done by the callback validate input...
<?php
namespace Drupal\myModule\Form;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Form\FormBase;
I have a problem : I exported the configuration of my local web site, specially the configuration of a paragraph which is present on my local web site and when I import on my web site dev environment the paragraph is not present. I check the configuration files of the paragraph on my local environment and I can see them. Also I check the files on my dev environment and I can see them, but after drush cim on my dev environment I didn't see the paragraph in the admin of drupal.