‪TYPO3CMS  9.5
TYPO3\CMS\Beuser\ViewHelpers\IssueCommandViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Beuser\ViewHelpers\IssueCommandViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

static string renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Detailed Description

Render a link to DataHandler command

Definition at line 26 of file IssueCommandViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Beuser\ViewHelpers\IssueCommandViewHelper::initializeArguments ( )

Initializes the arguments

Definition at line 32 of file IssueCommandViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\Beuser\ViewHelpers\IssueCommandViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Returns a URL with a command to TYPO3 Core Engine - DataHandler (route tce_db)

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string URL to tce_db + parameters
See also
‪\TYPO3\CMS\Backend\Utility\BackendUtility::getLinkToDataHandlerAction()

Definition at line 48 of file IssueCommandViewHelper.php.