by Rahul Singla | Jul 2, 2021 | Drupal, Drupal 8.x, Drupal 9.x, PHP, PHP 7.x, Programming Techniques
Mart has become a complex platform since its humble beginnings. It today handles multi-domain installations enabling multiple diverse sites within a single Drupal site based on domain hosts. To enable multi-domain installations, Mart automatically issues redirects...
by Rahul Singla | Sep 15, 2020 | Drupal, Drupal 8.x, Drupal 9.x
Deletion of Drupal table rows via an Ajax call was never too difficult. You just add a controller callback: organization.person.delete: path: ‘/person/{person_id}/delete’ defaults: _title: ‘Delete Person’ _controller:...
by Rahul Singla | Sep 13, 2020 | Drupal, Drupal 8.x, Drupal 9.x
This blog post kicks off a series of posts where I am gonna quickly and tersely write about small-small problems we faced working with various platforms and provide quick solutions to them. As for this blog-post, we recently had a scenario where we needed to add a...
by Rahul Singla | Aug 7, 2020 | Drupal, Drupal 6.x, Drupal 7.x, Drupal 8.x, Drupal 9.x, PHP
For those working with Drupal 8 or 9 theming would know Drupal switched to Twig templates based rendering for various portions of the page. Drupal’s theming engine generates file name suggestions for each portion of the page as you can see in screenshot below:...
Recent Comments