Rule::providesVariables |
function |
includes/rules.plugins.inc |
Overridden to expose the variables of all actions for embedded rules. |
RulesAbstractPlugin::pluginProvidesVariables |
function |
includes/rules.core.inc |
Returns info about variables 'provided' by the plugin. |
RulesAbstractPluginUI::form_validate |
function |
ui/ui.core.inc |
|
RulesActionContainer::componentProvidesVariables |
function |
includes/rules.core.inc |
Returns an array of provided variable names. |
RulesActionContainer::pluginProvidesVariables |
function |
includes/rules.core.inc |
Returns info about variables 'provided' by the plugin. |
RulesActionContainer::providesVariables |
function |
includes/rules.core.inc |
Returns info about all variables provided for later evaluated elements. |
RulesCondition::providesVariables |
function |
includes/rules.plugins.inc |
Returns info about all variables provided for later evaluated elements. |
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(). |
RulesEventHandlerBase::validate |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::validate(). |
RulesEventHandlerEntityBundle::validate |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::validate(). |
RulesEventHandlerInterface::validate |
function |
includes/rules.event.inc |
Validate the event settings independent from a form submission. |
RulesIdentifiableDataWrapper |
class |
includes/rules.state.inc |
A wrapper class similar to the EntityDrupalWrapper, but for non-entities. |
RulesIdentifiableDataWrapper::$id |
property |
includes/rules.state.inc |
Contains the id. |
RulesIdentifiableDataWrapper::clear |
function |
includes/rules.state.inc |
Overridden. |
RulesIdentifiableDataWrapper::extractIdentifier |
function |
includes/rules.state.inc |
Extract the identifier of the given data object. |
RulesIdentifiableDataWrapper::getIdentifier |
function |
includes/rules.state.inc |
Returns the identifier of the wrapped data. |
RulesIdentifiableDataWrapper::load |
function |
includes/rules.state.inc |
Load a data object given an identifier. |
RulesIdentifiableDataWrapper::set |
function |
includes/rules.state.inc |
Overridden to support setting the data by either the object or the id. |
RulesIdentifiableDataWrapper::setData |
function |
includes/rules.state.inc |
Sets the data internally accepting both the data id and object. |
RulesIdentifiableDataWrapper::value |
function |
includes/rules.state.inc |
Overridden. |
RulesIdentifiableDataWrapper::__construct |
function |
includes/rules.state.inc |
Construct a new wrapper object. |
RulesIdentifiableDataWrapper::__sleep |
function |
includes/rules.state.inc |
Prepare for serialization. |
RulesIdentifiableDataWrapper::__wakeup |
function |
includes/rules.state.inc |
Prepare for unserialization. |
RulesLoopUI::form_validate |
function |
ui/ui.plugins.inc |
Implements RulesPluginUIInterface. |
RulesPlugin::$elementId |
property |
includes/rules.core.inc |
Identifies an element inside a configuration. |
RulesPlugin::$id |
property |
includes/rules.core.inc |
If this is a configuration saved to the db, the id of it. |
RulesPlugin::elementId |
function |
includes/rules.core.inc |
Returns the element id, which identifies the element inside the config. |
RulesPlugin::form_validate |
function |
includes/rules.core.inc |
|
RulesPlugin::identifier |
function |
includes/rules.core.inc |
Returns the config name. |
RulesPlugin::internalIdentifier |
function |
includes/rules.core.inc |
|
RulesPlugin::pluginProvidesVariables |
function |
includes/rules.core.inc |
Returns info about variables 'provided' by the plugin. |
RulesPlugin::providesVariables |
function |
includes/rules.core.inc |
Returns info about all variables provided for later evaluated elements. |
RulesPluginHandlerBase::validate |
function |
includes/rules.core.inc |
Validates $settings independent from a form submission. |
RulesPluginHandlerInterface::validate |
function |
includes/rules.core.inc |
Validates $settings independent from a form submission. |
RulesPluginUI::form_validate |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface. |
RulesPluginUI::settingsFormValidate |
function |
ui/ui.core.inc |
|
RulesPluginUIInterface::form_validate |
function |
ui/ui.core.inc |
Validate the configuration form of this rule element. |
RulesReactionRule::providesVariables |
function |
includes/rules.plugins.inc |
|
RulesTaxonomyVocabularyWrapper::validate |
function |
modules/rules_core.eval.inc |
Overridden to permit machine names as values. |
RulesTestDataCase::testRulesIdentifiableDataWrapper |
function |
tests/rules.test |
Makes sure the RulesIdentifiableDataWrapper is working correctly. |
RulesTestTypeWrapper::extractIdentifier |
function |
tests/rules_test.rules.inc |
Overrides RulesIdentifiableDataWrapper::extractIdentifier(). |
RulesUiTestCase::testOverrideStatus |
function |
rules_admin/tests/rules_admin.test |
Tests overriding and reverting configurations. |
rules_action_create_type_validate |
function |
modules/data.rules.inc |
Validate callback for entity create, add variable and data create actions. |