You are here

public function RulesUiConfigHandler::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.

Overrides RulesUiHandlerInterface::getForm

File

src/Ui/RulesUiConfigHandler.php, line 163

Class

RulesUiConfigHandler
The default handler for RulesUi plugins that store to config.

Namespace

Drupal\rules\Ui

Code

public function getForm() {
  return new EmbeddedComponentForm($this);
}