Philip Birk-Jensen
BirkAndMe

BirkAndMe

Follow
Follow
home
Tag

snippets

#snippets

More content

Read more stories on Hashnode


Articles with this tag

Drupal: Setting the 'Date' field value

Oct 12, 20223 min read

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

Drupal: Setting the 'Date' field value

Drupal: Check if the current page is using the admin theme

Jun 2, 20221 min read

Snippet if (\Drupal::service('router.admin_context')->isAdminRoute()) { // ... } The router.admin_context service maps to the AdminContext helper...

Drupal: Check if the current page is using the admin theme