RulesActionSet::$itemName |
property |
includes/rules.plugins.inc |
|
RulesAdminMinimalProfileTestCase |
class |
rules_admin/tests/rules_admin_minimal_profile.test |
UI test cases for the minimal profile. |
RulesAdminMinimalProfileTestCase::$profile |
property |
rules_admin/tests/rules_admin_minimal_profile.test |
The profile to install as a basis for testing. |
RulesAdminMinimalProfileTestCase::getInfo |
function |
rules_admin/tests/rules_admin_minimal_profile.test |
Declares test metadata. |
RulesAdminMinimalProfileTestCase::setUp |
function |
rules_admin/tests/rules_admin_minimal_profile.test |
Overrides DrupalWebTestCase::setUp(). |
RulesAdminMinimalProfileTestCase::testNodeEventUi |
function |
rules_admin/tests/rules_admin_minimal_profile.test |
Tests node event UI without content types. |
RulesAnd |
class |
includes/rules.plugins.inc |
A logical AND. |
RulesAnd::$itemName |
property |
includes/rules.plugins.inc |
|
RulesAnd::evaluate |
function |
includes/rules.plugins.inc |
Evaluate the element on a given rules evaluation state. |
RulesAnd::label |
function |
includes/rules.plugins.inc |
Returns the label of the element. |
RulesCommentEventHandler |
class |
modules/comment.rules.inc |
Event handler support comment bundle event settings. |
RulesCommentEventHandler::getBundlePropertyLabel |
function |
modules/comment.rules.inc |
Returns the label to use for the bundle property. |
RulesCondition |
class |
includes/rules.plugins.inc |
Implements a rules condition. |
RulesCondition::$itemName |
property |
includes/rules.plugins.inc |
|
RulesCondition::$negate |
property |
includes/rules.plugins.inc |
|
RulesCondition::executeCallback |
function |
includes/rules.plugins.inc |
Execute the configured execution callback and log that. |
RulesCondition::exportToArray |
function |
includes/rules.plugins.inc |
|
RulesCondition::import |
function |
includes/rules.plugins.inc |
Applies the given export. |
RulesCondition::isNegated |
function |
includes/rules.plugins.inc |
Returns whether the element is configured to negate the result. |
RulesCondition::label |
function |
includes/rules.plugins.inc |
Returns the label of the element. |
RulesCondition::negate |
function |
includes/rules.plugins.inc |
Negate the result. |
RulesCondition::providesVariables |
function |
includes/rules.plugins.inc |
Returns info about all variables provided for later evaluated elements. |
RulesCondition::returnVariables |
function |
includes/rules.plugins.inc |
Just return the boolean result. |
RulesCondition::__sleep |
function |
includes/rules.plugins.inc |
|
RulesConditionContainer |
class |
includes/rules.core.inc |
Base class for all condition containers. |
RulesConditionContainer::$negate |
property |
includes/rules.core.inc |
|
RulesConditionContainer::condition |
function |
includes/rules.core.inc |
Adds a condition to the container. |
RulesConditionContainer::exportChildren |
function |
includes/rules.core.inc |
|
RulesConditionContainer::importChildren |
function |
includes/rules.core.inc |
|
RulesConditionContainer::isNegated |
function |
includes/rules.core.inc |
Returns whether the element is configured to negate the result. |
RulesConditionContainer::negate |
function |
includes/rules.core.inc |
Negate this condition. |
RulesConditionContainer::returnVariables |
function |
includes/rules.core.inc |
Just return the condition container's result. |
RulesConditionContainer::stateVariables |
function |
includes/rules.core.inc |
Overridden to exclude variable assertions of negated conditions. |
RulesConditionContainer::__sleep |
function |
includes/rules.core.inc |
|
RulesConditionContainerUI |
class |
ui/ui.core.inc |
UI for Rules condition container. |
RulesConditionContainerUI::form |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface::form(). |
RulesConditionContainerUI::form_extract_values |
function |
ui/ui.core.inc |
|
RulesConditionHandlerBase |
class |
includes/rules.core.inc |
Base class for implementing conditions via classes. |
RulesConditionHandlerInterface |
interface |
includes/rules.core.inc |
Interface for implementing conditions via classes. |
RulesConditionInterface |
interface |
includes/rules.core.inc |
Interface for objects that can be used as conditions. |
RulesConditionInterface::execute |
function |
includes/rules.core.inc |
|
RulesConditionInterface::isNegated |
function |
includes/rules.core.inc |
Returns whether the element is configured to negate the result. |
RulesConditionInterface::negate |
function |
includes/rules.core.inc |
Negate the result. |
RulesContainerPlugin |
class |
includes/rules.core.inc |
Base class for ContainerPlugins like Rules, Logical Operations or Loops. |
RulesContainerPlugin::$children |
property |
includes/rules.core.inc |
|
RulesContainerPlugin::access |
function |
includes/rules.core.inc |
Whether the currently logged in user has access to all configured elements. |
RulesContainerPlugin::availableVariables |
function |
includes/rules.core.inc |
Returns info about variables available to be used as arguments for this element. |
RulesContainerPlugin::componentVariables |
function |
includes/rules.core.inc |
Returns the specified variables, in case the plugin is used as component. |
RulesContainerPlugin::delete |
function |
includes/rules.core.inc |
Overrides delete to keep the children alive, if possible. |
RulesContainerPlugin::dependencies |
function |
includes/rules.core.inc |
Calculates an array of required modules. |