Skip to content
Snippets Groups Projects
Commit 1a22dcd8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2563679 by geertvd: Action hooks not added to the group

parent 2ca39a47
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@
* Hooks provided by the Actions module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Executes code after an action is deleted.
*
......@@ -16,3 +21,7 @@ function hook_action_delete($aid) {
->condition('aid', $aid)
->execute();
}
/**
* @} End of "addtogroup hooks".
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment