Articles tagged with event subscriber

How to implement File Validation events?

Posted on
Drupal 11 will change many functionality related to file validation. One of the changes is the hook_file_validate() which is now deprecated and will be removed from Drupal 11.

How to hide taxonomy term paths from public

Posted on
Drupal shows all taxonomy term pages as publicly available and lists all related content. In this article, you will find an event subscriber to deny access by default and hook implementation to enable it for some taxonomy terms.