class FlagActivityActionHandler in Activity 7
Hierarchy
- class \ActivityActionHandler
- class \FlagActivityActionHandler
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ActivityActionHandler:: |
public | property | {actions}.aid for the template. | |
ActivityActionHandler:: |
public | property | Boolean indicating if this handler can do batch operations. | |
ActivityActionHandler:: |
public | property | {actions}.label for the template. | |
ActivityActionHandler:: |
public | property | Options provided via the optionsFrom and optionsDefinition methods. | |
ActivityActionHandler:: |
public | property | Templates created by the administrator. | |
ActivityActionHandler:: |
public | property | Type of activity. | |
ActivityActionHandler:: |
public static | function | Generates the default options from the provided option definition. | |
ActivityActionHandler:: |
public | function | Return the uid that is responsible for this action. | 2 |
ActivityActionHandler:: |
abstract public | function | Return the eid field for this Activity. | 2 |
ActivityActionHandler:: |
public | function | Return the nid of this Activity. | |
ActivityActionHandler:: |
public | function | Return the timestamp that this Activity happened at. | 2 |
ActivityActionHandler:: |
protected | function | Return the user id that matches the provided key in the templates. | 1 |
ActivityActionHandler:: |
public | function | Return whether or not the Activity is published. | 2 |
ActivityActionHandler:: |
public | function | List all eids for this handler, used for batch regeneration and backfilling. | 2 |
ActivityActionHandler:: |
abstract public | function | Load objects for tokenization. | 2 |
ActivityActionHandler:: |
protected | function | Return an array of message types. | 2 |
ActivityActionHandler:: |
public | function | Display the token message form. | |
ActivityActionHandler:: |
public | function | Return option defaults and structure. | 2 |
ActivityActionHandler:: |
public | function | Display an FAPI form. | 2 |
ActivityActionHandler:: |
public | function | Tokenize based on the provided objects | |
ActivityActionHandler:: |
public | function | Determine if the current Action is valid for this object. | 2 |