InstallationStateCssClassViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

Returns a string meant to be used as css class stating whether an extension is available or installed

Internal

Table of Contents

Methods

initializeArguments()  : mixed
Initialize arguments
renderStatic()  : string
Returns string meant to be used as css class 'installed' => if an extension is installed 'available' => if an extension is available in the system '' (empty string) => if neither installed nor available

Methods

initializeArguments()

Initialize arguments

public initializeArguments() : mixed

renderStatic()

Returns string meant to be used as css class 'installed' => if an extension is installed 'available' => if an extension is available in the system '' (empty string) => if neither installed nor available

public static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : array<string|int, mixed>
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Return values
string

the rendered a tag


        
On this page

Search results