abstract class RulesNodeConditionBase in Rules 7.2
Base class providing node condition defaults.
Hierarchy
- class \RulesPluginHandlerBase extends \FacesExtender implements RulesPluginHandlerInterface
- class \RulesConditionHandlerBase implements RulesConditionHandlerInterface
- class \RulesNodeConditionBase
- class \RulesConditionHandlerBase implements RulesConditionHandlerInterface
Expanded class hierarchy of RulesNodeConditionBase
Related topics
File
- modules/
node.eval.inc, line 15 - Contains rules integration for the node module needed during evaluation.
View source
abstract class RulesNodeConditionBase extends RulesConditionHandlerBase {
public static function defaults() {
return array(
'parameter' => array(
'node' => array(
'type' => 'node',
'label' => t('Content'),
),
),
'category' => 'node',
'access callback' => 'rules_node_integration_access',
);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RulesNodeConditionBase:: |
public static | function | ||
RulesPluginHandlerBase:: |
protected | property | ||
RulesPluginHandlerBase:: |
public | function |
Implements RulesPluginImplInterface::access(). Overrides RulesPluginHandlerInterface:: |
|
RulesPluginHandlerBase:: |
public | function |
Returns an array of info assertions for the specified parameters. Overrides RulesPluginHandlerInterface:: |
1 |
RulesPluginHandlerBase:: |
public | function |
Returns an array of required modules. Overrides RulesPluginHandlerInterface:: |
|
RulesPluginHandlerBase:: |
public | function |
Alters the generated configuration form of the element. Overrides RulesPluginHandlerInterface:: |
|
RulesPluginHandlerBase:: |
public | function |
Allows altering of the element's action/condition info. Overrides RulesPluginHandlerInterface:: |
|
RulesPluginHandlerBase:: |
public | function |
Processes settings independent from a form submission. Overrides RulesPluginHandlerInterface:: |
|
RulesPluginHandlerBase:: |
public | function |
Validates $settings independent from a form submission. Overrides RulesPluginHandlerInterface:: |
|
RulesPluginHandlerBase:: |
public | function | Overridden to provide $this->element to make the code more meaningful. |