| 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. |
| RulesDataUI |
class |
ui/ui.data.inc |
Default UI related class for data types. |
| RulesDataUI::getDefaultMode |
function |
ui/ui.data.inc |
Specifies the default input mode per data type. |
| RulesDataUI::getTypeInfo |
function |
ui/ui.data.inc |
Returns the data type and parameter information for the given arguments. |
| RulesDataUI::renderOptionsLabel |
function |
ui/ui.data.inc |
Renders the value with a label if an options list is available. |
| RulesDataUI::selectionForm |
function |
ui/ui.data.inc |
Provides the selection form for a parameter. |
| RulesDataUIBoolean |
class |
ui/ui.data.inc |
UI for boolean data. |
| RulesDataUIBoolean::getDefaultMode |
function |
ui/ui.data.inc |
Overrides RulesDataUI::getDefaultMode(). |
| RulesDataUIBoolean::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIBoolean::render |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::render(). |
| RulesDataUIBundleEntity |
class |
ui/ui.data.inc |
Data UI variant displaying a select list of available bundle entities. |
| RulesDataUIBundleEntity::getDefaultMode |
function |
ui/ui.data.inc |
Overrides RulesDataUI::getDefaultMode(). |
| RulesDataUIBundleEntity::optionsList |
function |
ui/ui.data.inc |
Implements RulesDataInputOptionsListInterface::optionsList(). |
| RulesDataUIDate |
class |
ui/ui.data.inc |
UI for dates. |
| RulesDataUIDate::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIDate::render |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::render(). |
| RulesDataUIDecimal |
class |
ui/ui.data.inc |
UI for decimal data. |
| RulesDataUIDecimal::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIDuration |
class |
ui/ui.data.inc |
UI for duration type parameter. |
| RulesDataUIDuration::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIDuration::render |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::render(). |
| RulesDataUIEntity |
class |
ui/ui.data.inc |
UI for entity-based data types. |
| RulesDataUIEntity::getDefaultMode |
function |
ui/ui.data.inc |
Overrides RulesDataUI::getDefaultMode(). |
| RulesDataUIEntity::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIEntityExportable |
class |
ui/ui.data.inc |
UI for exportable entity-based data types. |
| RulesDataUIEntityExportable::getDefaultMode |
function |
ui/ui.data.inc |
Overrides RulesDataUI::getDefaultMode(). |
| RulesDataUIInteger |
class |
ui/ui.data.inc |
UI for integers. |
| RulesDataUIInteger::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIIPAddress |
class |
ui/ui.data.inc |
UI for IP addresses. |
| RulesDataUIIPAddress::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIListEntity |
class |
ui/ui.data.inc |
UI for lists of entity-based data types. |
| RulesDataUIListEntity::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIListInteger |
class |
ui/ui.data.inc |
UI for lists of integers. |
| RulesDataUIListInteger::inputForm |
function |
ui/ui.data.inc |
Implements RulesDataDirectInputFormInterface::inputForm(). |
| RulesDataUIListText |
class |
ui/ui.data.inc |
UI for lists of textual data. |