Hook classes are introduced in D11.1

Created on 19 February 2025, about 1 month ago

Problem/Motivation

"Drupal 11.1 enables the use of OOP hooks, which are the future of hooks in Drupal. A backwards-compatibility layer is provided for legacy procedural hooks. "
Change-record Support for object oriented hook implementations using autowired services describes how to create a Hook class.

Change-record Improve performance by preventing unnecessary scanning of procedural hooks describes a new parameter: module_name.hooks_converted: true

Change-record Most procedural hook implementations have been converted to a hook class describes the changes in core itself.

Steps to reproduce

Proposed resolution

Introduce hook classes.

Remaining tasks

- create Hook class for hook_theme and hook_preprocess hook implementations.
-- Some theme and preprocess hooks must remain procedural
- create Hook class for hook_views and hook_field_views hook implementations.
- .. for hook_cron
- .. for hook_tokens
- When all is done, introduce parameters: module_name.hooks_converted: true
-- Some theme and preprocess hooks must remain procedural

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇳🇱Netherlands johnv

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024