Main Content
Note: This blog was first published on December 15, 2021, and has been updated to reflect new information and insights. Takeaway: Optimal user experience is an essential aspect of web development, and the key to that is the assurance of correctly sized images. If your visitors are using a mobile… Read More
Header image
Examples of 3 different devices to show responsive images
In this second part of our series on Mastering Entity Access, we present a scenario in which overriding the entity access handler proved to be the optimal solution for a client requirement that we override the menu set on Block Layout settings at the node level. In the process… Read More
Header image
How to Override Entity Access Handler in Drupal
Most Drupal devs are familiar with hook_entity_access(and its cousins hook_ENTITY_TYPE_ID_access and hook_node_access). However, it is mostly used for serving “403: Access denied” to browsers.  And we use a separate hook, hook_form_alter to disable edit buttons on admin pages like content… Read More
Header image
How to Master Hook Entity Access with Drupal