function EmbeddedComponentForm::__construct

Constructs the object.

Parameters

\Drupal\rules\Ui\RulesUiHandlerInterface $rules_ui_handler: The UI handler of the edited component.

File

src/Form/EmbeddedComponentForm.php, line 30

Class

EmbeddedComponentForm
Components form, ready to be embedded in some other form.

Namespace

Drupal\rules\Form

Code

public function __construct(RulesUiHandlerInterface $rules_ui_handler) {
    $this->rulesUiHandler = $rules_ui_handler;
}