#snippets
Read more stories on Hashnode
Articles with this tag
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...