Search for all

  1. Search 8.x-3.x for all
  2. Other projects
Title Object type File name Summary
RulesActionContainer::providesVariables function includes/rules.core.inc Returns info about all variables provided for later evaluated elements.
RulesActionContainer::__construct function includes/rules.core.inc
RulesActionContainerUI class ui/ui.core.inc UI for Rules action container.
RulesActionContainerUI::form function ui/ui.core.inc Implements RulesPluginUIInterface::form().
RulesActionHandlerBase class includes/rules.core.inc Base class for implementing actions via classes.
RulesActionHandlerInterface interface includes/rules.core.inc Interface for implementing actions via classes.
RulesActionInterface interface includes/rules.core.inc Interface for objects that can be used as actions.
RulesActionInterface::execute function includes/rules.core.inc
RulesActionSet class includes/rules.plugins.inc An action set component.
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