function RulesUiHandlerInterface::getForm
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\UiCode
public function getForm();