You are here

public function EventTypeRuleInterface::removeCondition in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/EventTypeRuleInterface.php \Drupal\rng\Entity\EventTypeRuleInterface::removeCondition()

Remove a condition configuration.

Parameters

$name: A condition plugin instance ID.

Return value

$this The event type rule.

1 method overrides EventTypeRuleInterface::removeCondition()
EventTypeRule::removeCondition in src/Entity/EventTypeRule.php
Remove a condition configuration.

File

src/Entity/EventTypeRuleInterface.php, line 109

Class

EventTypeRuleInterface

Namespace

Drupal\rng\Entity

Code

public function removeCondition($name);