Philip Birk-Jensen
BirkAndMe

BirkAndMe

Follow
Follow
home
Tag

Drupal

#drupal

More content

Read more stories on Hashnode


Articles with this tag

Drupal: HTTP redirection from anywhere

Sep 5, 20235 min read

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

Drupal: HTTP redirection from anywhere

Peek inside the Drupal Search API blackbox

Nov 17, 20223 min read

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

Peek inside the Drupal Search API blackbox

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