Hello. Any suggestions on ways to get a big picture look for a drupal site with many nodes and menus? I'd like to analyze it in a flowchart or diagram format?
Hey, I have created a form using drupal 8 form. I need to save those form details in a database and should be able to retrieve the data whenever required. Below is the code i used to create a form. can anyone explain me how to connect to database (storing the values in database )on clicking the submit button ?
I am using Acquia Dev Desktop. It has inbuilt phpmyadmin database and i need to store the data's within this.
<?php
namespace Drupal\amazing_forms\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;