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 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