function RulesDataProcessor::access

Return whether the current user has permission to use the processor.

Return value

bool Whether the current user has permission to use the processor.

1 call to RulesDataProcessor::access()
RulesDataProcessor::editAccess in includes/rules.processor.inc
Determines whether the current user has permission to edit this chain of data processors.
1 method overrides RulesDataProcessor::access()
RulesI18nStringEvaluator::access in rules_i18n/rules_i18n.rules.inc
Access callback.

File

includes/rules.processor.inc, line 219

Class

RulesDataProcessor
Common base class for Rules data processors.

Code

public static function access() {
    return TRUE;
}