You are here

public function RuleScheduleInterface::getComponent in RNG - Events and Registrations 3.x

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

Get associated rule component.

Return value

\Drupal\rng\Entity\RuleComponentInterface A rule component entity.

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

File

src/Entity/RuleScheduleInterface.php, line 18

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng\Entity

Code

public function getComponent();