You are here

protected function ActivityActionHandler::messages in Activity 7

Return an array of message types.

3 calls to ActivityActionHandler::messages()
ActivityActionHandler::messagesForm in ./activity_action_handlers.inc
Display the token message form.
NodeActivityActionHandler::messages in ./activity_action_handlers.inc
Return an array of message types.
UserActivityActionHandler::messages in ./activity_action_handlers.inc
Return an array of message types.
2 methods override ActivityActionHandler::messages()
NodeActivityActionHandler::messages in ./activity_action_handlers.inc
Return an array of message types.
UserActivityActionHandler::messages in ./activity_action_handlers.inc
Return an array of message types.

File

./activity_action_handlers.inc, line 200

Class

ActivityActionHandler

Code

protected function messages() {
  return array();
}