class RulesConditionHandlerBase
Base class for implementing conditions via classes.
Hierarchy
- class \RulesPluginHandlerBase implements \RulesPluginHandlerInterface extends \FacesExtender
- class \RulesConditionHandlerBase implements \RulesConditionHandlerInterface extends \RulesPluginHandlerBase
Expanded class hierarchy of RulesConditionHandlerBase
File
-
includes/
rules.core.inc, line 2163
View source
abstract class RulesConditionHandlerBase extends RulesPluginHandlerBase implements RulesConditionHandlerInterface {
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
|---|---|---|---|---|---|
| RulesPluginHandlerBase::$element | protected | property | |||
| RulesPluginHandlerBase::access | public | function | Implements RulesPluginImplInterface::access(). | Overrides RulesPluginHandlerInterface::access | |
| RulesPluginHandlerBase::assertions | public | function | Returns an array of info assertions for the specified parameters. | Overrides RulesPluginHandlerInterface::assertions | 1 |
| RulesPluginHandlerBase::dependencies | public | function | Returns an array of required modules. | Overrides RulesPluginHandlerInterface::dependencies | |
| RulesPluginHandlerBase::form_alter | public | function | Alters the generated configuration form of the element. | Overrides RulesPluginHandlerInterface::form_alter | |
| RulesPluginHandlerBase::info_alter | public | function | Allows altering of the element's action/condition info. | Overrides RulesPluginHandlerInterface::info_alter | |
| RulesPluginHandlerBase::process | public | function | Processes settings independent from a form submission. | Overrides RulesPluginHandlerInterface::process | |
| RulesPluginHandlerBase::validate | public | function | Validates $settings independent from a form submission. | Overrides RulesPluginHandlerInterface::validate | |
| RulesPluginHandlerBase::__construct | public | function | Overridden to provide $this->element to make the code more meaningful. |