Posts in Drupal 8

Fixing the Drupal 8 Admin Theme

It’s no secret that our team loves Drupal. The release of Drupal 8 became an opportunity for us to do a thorough investigation on ways to improve our core offerings, experience, and interface. In this post, we will discuss how we researched our content management system’s user experience, and how we established the next steps of our strategy to improve our custom Drupal 8 platform.

Drupal 8 Quick Tip: Entity View Hooks

By default, Drupal 8 comes optimized for performance.  If you've use the standard install profile, you might find that it's difficult to develop or debug changes to the way an entity is displayed.  I spent an hour or so last night trying to figure out why my code in hook_node_view as behaving strangely.  Code would run once, and then not again, and if I made changes they wouldn't show up.  Very strange!