Skip to content
Snippets Groups Projects
Commit 157dc1e0 authored by Angie Byron's avatar Angie Byron
Browse files

#734942 by Dave Reid: hook_token_info_alter() should be included in the...

#734942 by Dave Reid: hook_token_info_alter() should be included in the 'token' group in system_hook_info().
parent ff640c1f
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -239,6 +239,9 @@ function system_hook_info() {
$hooks['token_info'] = array(
'group' => 'tokens',
);
$hooks['token_info_alter'] = array(
'group' => 'tokens',
);
$hooks['tokens'] = array(
'group' => 'tokens',
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment