Maviven .module LAKHAN GEHARWAR April 15, 2024 <?php /** * @file * Maiven Sendgrid module file. */ use Drupal\Component\Plugin\Exception\PluginException; use Drupal\Core\Entity\En... Continue Reading
Logging API in drupal 9 LAKHAN GEHARWAR April 09, 2024\Drupal::logger('module_name')->critical(t('This is critical @message_id', ['@message_id' => $link])); \Drupa... Continue Reading
Drupal LAKHAN GEHARWAR April 09, 2024 https://www.metaltoad.com/help/top-20-drupal-tips Continue Reading
Drupal 8 Entity API cheat sheet LAKHAN GEHARWAR April 09, 2024if you've already read the official Drupal 8 Entity API documentation and you want more examples, here's a handy cheat sheet: The e... Continue Reading