You are here

public function RuleComponentInterface::execute in RNG - Events and Registrations 8.2

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

Execute the component.

Parameters

array $context: Context of execution.

1 method overrides RuleComponentInterface::execute()
RuleComponent::execute in src/Entity/RuleComponent.php
Execute the component.

File

src/Entity/RuleComponentInterface.php, line 108

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng\Entity

Code

public function execute(array $context);