Search for process

  1. Search 8.x-3.x for process
  2. Other projects
Title Object type File name Summary
hook_rules_data_processor_info function ./rules.api.php Declare provided rules data processors.
hook_rules_data_processor_info_alter function ./rules.api.php Alter rules data_processor info.
rules.processor.inc file includes/rules.processor.inc Contains classes for data processing.
RulesAbstractPlugin::processSettings function includes/rules.core.inc Processes the settings e.g. to prepare input evaluators.
RulesDataInputEvaluator::process function includes/rules.processor.inc Overridden to generate evaluator $options and invoke evaluate().
RulesDataInputEvaluator::processors function includes/rules.processor.inc Overrides RulesDataProcessor::processors().
RulesDataProcessor class includes/rules.processor.inc Common base class for Rules data processors.
RulesDataProcessor::$processor property includes/rules.processor.inc Allows chaining processors. If set, the next processor to invoke.
RulesDataProcessor::$setting property includes/rules.processor.inc The processors' setting value.
RulesDataProcessor::access function includes/rules.processor.inc Return whether the current user has permission to use the processor.
RulesDataProcessor::attachForm function includes/rules.processor.inc Attaches the form of applicable data processors.
RulesDataProcessor::dependencies function includes/rules.processor.inc Returns an array of modules which we depend on.
RulesDataProcessor::editAccess function includes/rules.processor.inc Determines whether the current user has permission to edit this chain of
data processors.
RulesDataProcessor::form function includes/rules.processor.inc Defines the processor form element.
RulesDataProcessor::getChainSettings function includes/rules.processor.inc Gets the settings array for this and all contained chained processors.
RulesDataProcessor::getPreparedValue function includes/rules.processor.inc Return $this or skip this processor by returning the next processor.
RulesDataProcessor::getSetting function includes/rules.processor.inc Gets the settings of this processor.
RulesDataProcessor::prepareSetting function includes/rules.processor.inc Prepares the processor for parameters.
RulesDataProcessor::process function includes/rules.processor.inc Processes the value.
RulesDataProcessor::processors function includes/rules.processor.inc Returns defined data processors applicable for the given parameter.
RulesDataProcessor::unchain function includes/rules.processor.inc
RulesDataProcessor::_item_sort function includes/rules.processor.inc
RulesDataProcessor::__construct function includes/rules.processor.inc Constructor.
RulesDateOffsetProcessor class modules/rules_core.eval.inc A data processor for applying date offsets.
RulesDateOffsetProcessor::applyOffset function modules/rules_core.eval.inc Intelligently applies the given date offset in seconds.
RulesDateOffsetProcessor::form function modules/rules_core.eval.inc Overrides RulesDataProcessor::form().
RulesDateOffsetProcessor::process function modules/rules_core.eval.inc Overrides RulesDataProcessor::process().
RulesI18nStringEvaluator::process function rules_i18n/rules_i18n.rules.inc Prepare the i18n-context string.
RulesNumericOffsetProcessor class modules/rules_core.eval.inc A data processor for applying numerical offsets.
RulesNumericOffsetProcessor::form function modules/rules_core.eval.inc Overrides RulesDataProcessor::form().
RulesNumericOffsetProcessor::process function modules/rules_core.eval.inc Overrides RulesDataProcessor::process().
RulesPHPDataProcessor class modules/php.eval.inc A data processor using PHP.
RulesPHPDataProcessor::editAccess function modules/php.eval.inc Overrides RulesDataProcessor::editAccess().
RulesPHPDataProcessor::form function modules/php.eval.inc Overrides RulesDataProcessor::form().
RulesPHPDataProcessor::process function modules/php.eval.inc Overrides RulesDataProcessor::process().
RulesPlugin::processSettings function includes/rules.core.inc Processes the settings e.g. to prepare input evaluators.
RulesPluginHandlerBase::process function includes/rules.core.inc Processes settings independent from a form submission.
RulesPluginHandlerInterface::process function includes/rules.core.inc Processes settings independent from a form submission.
rules_condition_entity_is_of_bundle_process function modules/entity.rules.inc Process callback for the condition entity_is_of_bundle.
rules_data_selection_process function ui/ui.forms.inc FAPI process callback for the data selection widget.
rules_execute_php_eval_process function modules/php.rules.inc Process the settings to prepare code execution.
rules_php_data_processor_info function modules/php.rules.inc Implements hook_rules_data_processor_info() on behalf of the php module.
rules_rules_core_data_processor_info function modules/rules_core.rules.inc Implements hook_rules_data_processor_info() on behalf of the pseudo
rules_core module.
rules_rules_data_processor_info function ./rules.rules.inc Implements hook_rules_data_processor_info().
rules_ui_element_duration_process function ui/ui.forms.inc FAPI process callback for the duration element type.