You are here

public function RuleComponentInterface::getConfiguration in RNG - Events and Registrations 3.x

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

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

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng\Entity

Code

public function getConfiguration();