You are here

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

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/EventTypeRuleInterface.php, line 106

Class

EventTypeRuleInterface

Namespace

Drupal\rng

Code

public function removeCondition($name);