You are here

public function RulesUiHandlerInterface::getForm in Rules 8.3

Gets the component form, ready to be embedded in some other form.

Return value

\Drupal\Core\Form\FormInterface The form object.

1 method overrides RulesUiHandlerInterface::getForm()
RulesUiConfigHandler::getForm in src/Ui/RulesUiConfigHandler.php
Gets the component form, ready to be embedded in some other form.

File

src/Ui/RulesUiHandlerInterface.php, line 58

Class

RulesUiHandlerInterface
Interface for Rules UI handlers.

Namespace

Drupal\rules\Ui

Code

public function getForm();