1 action_example.module | action_example_basic_action_form_submit($form, &$form_state) |
Related topics
File
- modules/
examples/ action_example/ action_example.module, line 277 - Hook implementations for the Action Example module.
Code
function action_example_basic_action_form_submit($form, &$form_state) {
actions_execute('action_example_basic_action', NULL, $context);
}