function RulesUiConfigHandler::getForm
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\UiCode
public function getForm() {
return new EmbeddedComponentForm($this);
}