function RulesUiConfigHandler::getForm
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);
}