class BusinessRulesAction in Business Rules 8
Same name and namespace in other branches
- 2.x src/Annotation/BusinessRulesAction.php \Drupal\business_rules\Annotation\BusinessRulesAction
 
Defines a Business rules Action item annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\business_rules\Annotation\BusinessRulesItem
- class \Drupal\business_rules\Annotation\BusinessRulesAction
 
 
 - class \Drupal\business_rules\Annotation\BusinessRulesItem
 
Expanded class hierarchy of BusinessRulesAction
See also
\Drupal\business_rules\Plugin\BusinessRulesActionManager
26 classes are annotated with BusinessRulesAction
- ActionSet in src/
Plugin/ BusinessRulesAction/ ActionSet.php  - Class ActionSet.
 - AddNodeToGroupAction in modules/
br_group/ src/ Plugin/ BusinessRulesAction/ AddNodeToGroupAction.php  - Class AddNodeToGroupAction.
 - AddRoleToUser in src/
Plugin/ BusinessRulesAction/ AddRoleToUser.php  - Class AddRoleToUser.
 - AddUserToGroupAction in modules/
br_group/ src/ Plugin/ BusinessRulesAction/ AddUserToGroupAction.php  - Class AddUserToGroupAction.
 - AssignRoleToUserAction in modules/
br_group/ src/ Plugin/ BusinessRulesAction/ AssignRoleToUserAction.php  - Class AssignRoleToUserAction.
 
File
- src/
Annotation/ BusinessRulesAction.php, line 13  
Namespace
Drupal\business_rules\AnnotationView source
class BusinessRulesAction extends BusinessRulesItem {
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            BusinessRulesItem:: | 
                  public | property | A human readable description of the item. | |
| 
            BusinessRulesItem:: | 
                  public | property | The group of the item to be organized in the list box. | |
| 
            BusinessRulesItem:: | 
                  public | property | If the item has target bundle. | |
| 
            BusinessRulesItem:: | 
                  public | property | If the item need a target entity. | |
| 
            BusinessRulesItem:: | 
                  public | property | If the condition has target field. | |
| 
            BusinessRulesItem:: | 
                  public | property | The plugin ID. | |
| 
            BusinessRulesItem:: | 
                  public | property | If the item depends on context. | |
| 
            BusinessRulesItem:: | 
                  public | property | The label of the plugin. | |
| 
            BusinessRulesItem:: | 
                  public | property | The reactsOn ids applicable for the item. | |
| 
            Plugin:: | 
                  protected | property | The plugin definition read from the class annotation. | 1 | 
| 
            Plugin:: | 
                  public | function | 
            Gets the value of an annotation. Overrides AnnotationInterface:: | 
                  5 | 
| 
            Plugin:: | 
                  public | function | 
            Gets the class of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | 
            Gets the unique ID for this annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | 
            Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  protected | function | Parses an annotation into its definition. | |
| 
            Plugin:: | 
                  public | function | 
            Sets the class of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | 
            Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | Constructs a Plugin object. | 2 |