function RulesUiHandlerInterface::getComponent

Gets the currently edited component.

Return value

\Drupal\rules\Engine\RulesComponent The edited component.

1 method overrides RulesUiHandlerInterface::getComponent()
RulesUiConfigHandler::getComponent in src/Ui/RulesUiConfigHandler.php
Gets the currently edited component.

File

src/Ui/RulesUiHandlerInterface.php, line 42

Class

RulesUiHandlerInterface
Interface for Rules UI handlers.

Namespace

Drupal\rules\Ui

Code

public function getComponent();