You are here

public function RulesUiHandlerInterface::updateComponent in Rules 8.3

Updates the edited component.

Parameters

\Drupal\rules\Engine\RulesComponent $component: The updated, edited component.

1 method overrides RulesUiHandlerInterface::updateComponent()
RulesUiConfigHandler::updateComponent in src/Ui/RulesUiConfigHandler.php
Updates the edited component.

File

src/Ui/RulesUiHandlerInterface.php, line 50

Class

RulesUiHandlerInterface
Interface for Rules UI handlers.

Namespace

Drupal\rules\Ui

Code

public function updateComponent(RulesComponent $component);