#drupal
Read more stories on Hashnode
Articles with this tag
Bringing back the drupal_goto() functionality · The drupal_goto() function was removed in Drupal 8, and this is all good!In the change record there's an...
Using the Search API Generic Devel module, for easier creation of new indices · Disclaimer: I'm the developer of the Search API Generic Devel module The...
Making sure the timezone and date format is set accordingly · I tend to forget how to set the Drupal datetime field programmatically, so this post works...
Snippet if (\Drupal::service('router.admin_context')->isAdminRoute()) { // ... } The router.admin_context service maps to the AdminContext helper...