DigitalNadeem Blog

0

How to create multilingual website in Drupal 9

Here we are going to discuss configuring multilingual in a Drupal  9 or Drupal 8 website. Follow below steps for enabling the multilingual in your Drupal instance. Step -1 :Enable multilingual modules First install...

0

Drupal twig tutorial

Twig is more powerful than php templates. And also provides more security compared to PHP template engine. From Drupal 8 onwards, Drupal uses twig templates in presentation layer. Here we are going to discuss...

How to create a custom module form with ajax add,update and delete operations without page refresh in Drupal 8 and Drupal 9 0

How to create a custom module form with ajax add,update and delete operations without page refresh in Drupal 8 and Drupal 9

Here we are going to discuss how to make your custom form into an ajax submission form and display submitted data on the same page without page reload. Also, we will create custom pagination...