diff options
author | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2025-05-01 07:59:47 +1000 |
---|---|---|
committer | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2025-05-01 07:59:47 +1000 |
commit | 308ad15102479e2a2020d12a46bcf898959f68e1 (patch) | |
tree | fac977265393e638bd99ceb10ee6cce625791261 /core/modules/ban | |
parent | 6810f24aef13523c17d35d753cadb42ac5b9a0fc (diff) | |
download | drupal-308ad15102479e2a2020d12a46bcf898959f68e1.tar.gz drupal-308ad15102479e2a2020d12a46bcf898959f68e1.zip |
Issue #3495943 by nicxvan, berdir, ghost of drupal past, catch, larowlan: Handle module preprocess functions as OOP hooksHEAD11.x
Diffstat (limited to 'core/modules/ban')
-rw-r--r-- | core/modules/ban/ban.services.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/ban/ban.services.yml b/core/modules/ban/ban.services.yml index 7bd8a245e5f..585f8fa0d60 100644 --- a/core/modules/ban/ban.services.yml +++ b/core/modules/ban/ban.services.yml @@ -1,5 +1,5 @@ parameters: - ban.hooks_converted: true + ban.skip_procedural_hook_scan: true services: _defaults: |