You are here

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

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/RuleComponentInterface.php, line 108

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng

Code

public function execute(array $context);