You are here

class FlagActivityActionHandler in Activity 7

Hierarchy

Expanded class hierarchy of FlagActivityActionHandler

1 string reference to 'FlagActivityActionHandler'
flag_activity_api in ./activity_contrib.module
Implements hook_activity_api() for flag module.

File

./activity_contrib_action_handlers.inc, line 7

View source
class FlagActivityActionHandler extends ActivityActionHandler {

}

Members

Namesort descending Modifiers Type Description Overrides
ActivityActionHandler::$actions_id public property {actions}.aid for the template.
ActivityActionHandler::$batch public property Boolean indicating if this handler can do batch operations.
ActivityActionHandler::$label public property {actions}.label for the template.
ActivityActionHandler::$options public property Options provided via the optionsFrom and optionsDefinition methods.
ActivityActionHandler::$templates public property Templates created by the administrator.
ActivityActionHandler::$type public property Type of activity.
ActivityActionHandler::defaultOptions public static function Generates the default options from the provided option definition.
ActivityActionHandler::determineActor public function Return the uid that is responsible for this action. 2
ActivityActionHandler::determineEid abstract public function Return the eid field for this Activity. 2
ActivityActionHandler::determineNid public function Return the nid of this Activity.
ActivityActionHandler::determineTimestamp public function Return the timestamp that this Activity happened at. 2
ActivityActionHandler::getUid protected function Return the user id that matches the provided key in the templates. 1
ActivityActionHandler::isPublished public function Return whether or not the Activity is published. 2
ActivityActionHandler::listEids public function List all eids for this handler, used for batch regeneration and backfilling. 2
ActivityActionHandler::loadObjects abstract public function Load objects for tokenization. 2
ActivityActionHandler::messages protected function Return an array of message types. 2
ActivityActionHandler::messagesForm public function Display the token message form.
ActivityActionHandler::optionDefinition public function Return option defaults and structure. 2
ActivityActionHandler::optionForm public function Display an FAPI form. 2
ActivityActionHandler::tokenize public function Tokenize based on the provided objects
ActivityActionHandler::valid public function Determine if the current Action is valid for this object. 2