You are here

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

Gets the configuration for the component.

Return value

array Configuration for the component.

1 method overrides RuleComponentInterface::getConfiguration()
RuleComponent::getConfiguration in src/Entity/RuleComponent.php
Gets the configuration for the component.

File

src/RuleComponentInterface.php, line 72

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng

Code

public function getConfiguration();