RulesI18nStringEvaluator::evaluate |
function |
rules_i18n/rules_i18n.rules.inc |
Translate the value. |
RulesI18nStringEvaluator::help |
function |
rules_i18n/rules_i18n.rules.inc |
Overrides RulesDataInputEvaluator::help(). |
RulesI18nStringEvaluator::prepare |
function |
rules_i18n/rules_i18n.rules.inc |
Overrides RulesDataInputEvaluator::prepare(). |
RulesI18nStringEvaluator::process |
function |
rules_i18n/rules_i18n.rules.inc |
Prepare the i18n-context string. |
RulesI18nStringObjectWrapper |
class |
rules_i18n/rules_i18n.i18n.inc |
Custom I18nString object wrapper; registers custom properties per config. |
RulesI18nStringObjectWrapper::buildElementProperties |
function |
rules_i18n/rules_i18n.i18n.inc |
Adds in translatable properties of the given element. |
RulesI18nStringObjectWrapper::build_properties |
function |
rules_i18n/rules_i18n.i18n.inc |
Get translatable properties. |
RulesI18nTestCase |
class |
rules_i18n/rules_i18n.test |
Test the i18n integration. |
RulesI18nTestCase::$admin_user |
property |
rules_i18n/rules_i18n.test |
|
RulesI18nTestCase::addLanguage |
function |
rules_i18n/rules_i18n.test |
Copied from i18n module (class Drupali18nTestCase). |
RulesI18nTestCase::getInfo |
function |
rules_i18n/rules_i18n.test |
Declares test metadata. |
RulesI18nTestCase::setUp |
function |
rules_i18n/rules_i18n.test |
Overrides DrupalWebTestCase::setUp(). |
RulesI18nTestCase::testI18nActionSelect |
function |
rules_i18n/rules_i18n.test |
Tests the "Select a translated value" action. |
RulesI18nTestCase::testI18nActionT |
function |
rules_i18n/rules_i18n.test |
Tests the "Translate a text" action. |
RulesI18nTestCase::testRulesConfigTranslation |
function |
rules_i18n/rules_i18n.test |
Tests translating rules configs. |
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. |
RulesIntegrationTestCase |
class |
tests/rules.test |
Tests provided module integration. |
RulesIntegrationTestCase::getInfo |
function |
tests/rules.test |
Declares test metadata. |
RulesIntegrationTestCase::setUp |
function |
tests/rules.test |
Overrides DrupalWebTestCase::setUp(). |
RulesIntegrationTestCase::testAccessCallbacks |
function |
tests/rules.test |
Just makes sure the access callback run without errors. |
RulesIntegrationTestCase::testDataIntegration |
function |
tests/rules.test |
Tests data integration. |
RulesIntegrationTestCase::testEntityIntegration |
function |
tests/rules.test |
Tests entity related integration. |
RulesIntegrationTestCase::testNodeIntegration |
function |
tests/rules.test |
Tests integration for the node module. |
RulesIntegrationTestCase::testPathIntegration |
function |
tests/rules.test |
Tests the path module integration. |
RulesIntegrationTestCase::testPHPIntegration |
function |
tests/rules.test |
Tests integration for the php module. |
RulesIntegrationTestCase::testRulesCoreIntegration |
function |
tests/rules.test |
Tests the "rules_core" integration. |
RulesIntegrationTestCase::testSystemIntegration |
function |
tests/rules.test |
Tests site/system integration. |
RulesIntegrationTestCase::testTaxonomyIntegration |
function |
tests/rules.test |
Tests integration for the taxonomy module. |
RulesIntegrationTestCase::testUserIntegration |
function |
tests/rules.test |
Tests integration for the user module. |
RulesIntegrityException |
class |
includes/rules.core.inc |
Indicates the Rules configuration failed the integrity check. |
RulesIntegrityException::$element |
property |
includes/rules.core.inc |
|
RulesIntegrityException::$keys |
property |
includes/rules.core.inc |
|
RulesIntegrityException::$msg |
property |
includes/rules.core.inc |
|
RulesIntegrityException::__construct |
function |
includes/rules.core.inc |
Constructs a RulesIntegrityException object. |
RulesInvocationEnabledTestCase |
class |
tests/rules.test |
Test early bootstrap Rules invocation. |
RulesInvocationEnabledTestCase::getInfo |
function |
tests/rules.test |
Declares test metadata. |
RulesInvocationEnabledTestCase::setUp |
function |
tests/rules.test |
Overrides DrupalWebTestCase::setUp(). |
RulesInvocationEnabledTestCase::testInvocationOnNodeMenuLoading |
function |
tests/rules.test |
Tests that a Rules event is triggered on node menu item loading. |
RulesLog |
class |
includes/rules.core.inc |
The rules default logging class. |