You are here

public function ConditionInterface::removeSuccessItem in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/ConditionInterface.php \Drupal\business_rules\ConditionInterface::removeSuccessItem()

Remove one success item from the condition.

Parameters

\Drupal\business_rules\BusinessRulesItemObject $item: The item to be removed.

1 method overrides ConditionInterface::removeSuccessItem()
Condition::removeSuccessItem in src/Entity/Condition.php
Remove one success item from the condition.

File

src/ConditionInterface.php, line 42

Class

ConditionInterface
Provides an interface for defining Condition entities.

Namespace

Drupal\business_rules

Code

public function removeSuccessItem(BusinessRulesItemObject $item);