ModuleLinkViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <backend:modulelink>

FinalYes

ViewHelper to create internal links within the backend.

 <form action="{be:moduleLink(route:'pages_new', arguments:'{id:pageUid}')}" method="post">
    <!-- form content -->
 </form>
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-backend-modulelink

Table of Contents

Methods

__construct()  : mixed
initializeArguments()  : void
render()  : string
Render module link with arguments

Methods

initializeArguments()

public initializeArguments() : void

render()

Render module link with arguments

public render() : string
Return values
string

        
On this page

Search results