Rajveer Singh

Hi my name is Rajveer Singh, I primarily focus on developing and maintaining Drupal based web applications. Here are some of my specialised functional areas: - Drupal custom modules and theming - Drupal Development / Site Building - Front-end: HTML5, CSS JavaScript, jQuery - Servers: Linux, Apache, MySQL - Version control: Git & SVN - Focus: Drupal 7, Drupal 8, Drupal 9 , PHP Apart from Drupal I know in Reactjs, HTML, CSS, Bootstrap and Chatbot development.

Drupal

How to create custom Drush command in Drupal

In this tutorial se are going learn how to create custom Drush command in drupal. For that we need to create a custom module. The file structure will be like below drush_command_example    Commands       CustomCommands.php   drush_command_example.info   drush.services.yml 1. drush_command_example.info file name: Drush...

22-Jul-2022

Drupal

How to give twig suggestion for custom form in Drupal 8 and 9

In this tutorial we will learn how to give twig suggestions to a custom form in drupal 8/9 First, we will render the entire form into twig file then we will render one by one field in the twig file Here we have a module ttn_blogs module. Below are the steps to follow: Step 1  Create routing file in module:...

20-Jul-2022