You are here

public function EventTypeRuleInterface::getCondition in RNG - Events and Registrations 3.x

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

Get a condition configuration.

Parameters

$name: A condition plugin instance ID.

Return value

array

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

File

src/Entity/EventTypeRuleInterface.php, line 62

Class

EventTypeRuleInterface

Namespace

Drupal\rng\Entity

Code

public function getCondition($name);