Custom Module Development

How to send mail programmatically in Drupal 8
Aditya Anurag |

How to send mail programmatically in Drupal 8

Sometime we require emails to be sent on certain events e.g. for a blog website or a news site…

Share
Building Configuration Form in Drupal 8
Jaywant Topno |

Building Configuration Form in Drupal 8

The primary mechanism for collecting input from users is Form, without them Drupal wouldn't be…

Share
How to create the local tasks[tabs]
Jaywant Topno |

Drupal 8 : How to create the local tasks[tabs] through custom module

Sometimes we need to add forms in a page which can be accessed using horizontal tabs. Default…

Share
Custom form block in Drupal 8
Jaywant Topno |

Creating a custom form in a block in two steps in Drupal 8

Lot of times we come across project requirement where standards form created using contact form…

Share
Create a custom form in Drupal 8
Jaywant Topno |

Step by step method to create a custom form in Drupal 8

In Drupal 8 form API is…

Share
Drupal 8
Jaywant Topno |

Drupal 8: Creating custom contact us block with form field

Before we jump into the…

Share
Drupal 8: How to create a custom block programatically
Jaywant Topno |

Drupal 8: How to create a custom block programatically

In Drupal 8 Blocks are made up of two separate API. Block Plugin API, is a reusable…

Share
Hook Menu alter
Krishna Kanth |

How do you use hook_menu_alter() in drupal 7

I have been working on Drupal 7 for almost two years now. During these two years I have worked…

Share
Custom Account cancellation methods
Krishna Kanth |

Custom Account cancellation methods in Drupal 7

In drupal 7 whenever admin selects to cancel user/s account, it provides multiple cancellation…

Share