function RulesUiHandlerInterface::updateComponent
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\UiCode
public function updateComponent(RulesComponent $component);