CORE_HOOKS
Summary
Defines the list of hooks sent by core.
Item Index
Properties
GROUP_UPDATED
Syntax
Summary
A content group has been updated.
With:
- Object The hook data with:
- String id The id of updated group
- Object modifications The list of modifications applied
- Function The function to call when action is done
Default: 'group.updated'
GROUPS_ADDED
Syntax
Summary
One or several content groups have been added.
With:
- Array The list of added groups
- Function The function to call when action is done
Default: 'groups.added'
GROUPS_DELETED
Syntax
Summary
One or several content groups have been deleted.
With:
- Array The list of deleted groups
- Function The function to call when action is done
Default: 'groups.deleted'
ROLES_DELETED
Syntax
Summary
One or several OpenVeo roles have been deleted.
With:
- Array The list of deleted role ids
- Function The function to call when action is done
Default: 'roles.deleted'
USERS_DELETED
Syntax
Summary
One or several OpenVeo users have been deleted.
With:
- Array The list of deleted user ids
- Function The function to call when action is done
Default: 'users.deleted'