Skip to content

Commit

Permalink
Add missing hook constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Dec 3, 2024
1 parent dcd96b0 commit 22bf57e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Plugin/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ class Hooks
const CSRF_COMPLIANT = 'csrf_compliant';

// File hooks
const ADD_CSS = 'add_css';
const ADD_JAVASCRIPT = 'add_javascript';
const ADD_HEADER_TAG = 'add_header_tag';
const ADD_CSS = 'add_css';
const ADD_JAVASCRIPT = 'add_javascript';
const ADD_JAVASCRIPT_MODULE = 'add_javascript_module';
const ADD_HEADER_TAG = 'add_header_tag';

// Function hooks with no parameters
const CHANGE_ENTITY = 'change_entity';
Expand Down

0 comments on commit 22bf57e

Please sign in to comment.