1 action_example.module | action_example_basic_action_form_submit($form, &$form_state) |
Related topics
File
- modules/
examples/ action_example/ action_example.module, line 286 - Action definition example module.
Code
function action_example_basic_action_form_submit($form, &$form_state) {
actions_execute('action_example_basic_action', NULL, $context);
}