class RulesConditionalTestStubDependentElement in Conditional Rules 8
Same name and namespace in other branches
- 7 tests/rules_conditional_test.inc \RulesConditionalTestStubDependentElement
 
Test dependent element.
Hierarchy
- class \RulesConditionalElement extends \RulesActionContainer implements \RulesActionInterface
 
Expanded class hierarchy of RulesConditionalTestStubDependentElement
1 string reference to 'RulesConditionalTestStubDependentElement'
- rules_conditional_test_rules_plugin_info in tests/
rules_conditional_test.module  - Implements hook_rules_plugin_info().
 
File
- tests/
rules_conditional_test.inc, line 107  - Testing implementations.
 
View source
class RulesConditionalTestStubDependentElement extends RulesConditionalElement {
  protected $itemName = 'stub conditional dependent element';
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            RulesConditionalElement:: | 
                  protected | property | The parent conditional. | |
| 
            RulesConditionalElement:: | 
                  public | function | Determines whether this branch can be evaluated. | 4 | 
| 
            RulesConditionalElement:: | 
                  protected | function | Checks basic conditional element integrity. | |
| 
            RulesConditionalElement:: | 
                  public | function | Deletes the element and its children. | 1 | 
| 
            RulesConditionalElement:: | 
                  public | function | 1 | |
| 
            RulesConditionalElement:: | 
                  protected | function | 3 | |
| 
            RulesConditionalElement:: | 
                  protected | function | ||
| 
            RulesConditionalElement:: | 
                  public | function | Gets sibling elements. | |
| 
            RulesConditionalElement:: | 
                  public | function | Gets the next sibling element. | |
| 
            RulesConditionalElement:: | 
                  public | function | Gets the previous sibling element. | |
| 
            RulesConditionalElement:: | 
                  protected | function | 3 | |
| 
            RulesConditionalElement:: | 
                  public | function | 1 | |
| 
            RulesConditionalElement:: | 
                  public | function | Determines whether this branch is default, i.e. covers the remainder of conditions outside of all non-default branches inside the conditional. | 3 | 
| 
            RulesConditionalElement:: | 
                  public | function | 1 | |
| 
            RulesConditionalElement:: | 
                  public | function | 1 | |
| 
            RulesConditionalElement:: | 
                  public | function | @todo Remove once http://drupal.org/node/1671344 is resolved. | |
| 
            RulesConditionalTestStubDependentElement:: | 
                  protected | property |