You are here

public function RuleScheduleInterface::getComponent in RNG - Events and Registrations 8

Get associated rule component.

Return value

\Drupal\rng\RuleComponentInterface A rule component entity.

1 method overrides RuleScheduleInterface::getComponent()
RuleSchedule::getComponent in src/Entity/RuleSchedule.php
Get associated rule component.

File

src/RuleScheduleInterface.php, line 18

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng

Code

public function getComponent();