‪TYPO3CMS  11.5
TYPO3\CMS\Install\ViewHelpers\Format\NoSpaceViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Install\ViewHelpers\Format\NoSpaceViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Detailed Description

Remove all spaces in a string

Definition at line 29 of file NoSpaceViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Install\ViewHelpers\Format\NoSpaceViewHelper::initializeArguments ( )

Initialize arguments

Definition at line 35 of file NoSpaceViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\Install\ViewHelpers\Format\NoSpaceViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Render a string with whitespaces stripped

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string

Definition at line 50 of file NoSpaceViewHelper.php.