parentRenderable or deregistering the renderable * of the form. * * @internal */ public function onRemoveFromParentRenderable(); /** * Register this element at the parent form, if there is a connection to the parent form. * * @internal */ public function registerInFormIfPossible(); /** * Get the template name of the renderable */ public function getTemplateName(): string; /** * Returns whether this renderable is enabled */ public function isEnabled(): bool; }