PHP Class FluidTYPO3\Vhs\ViewHelpers\Security\DenyViewHelper

Denies access to the child content based on given arguments. The ViewHelper is a condition based ViewHelper which means it supports the f:then and f:else child nodes. Is the mirror opposite of v:security.allow.
Inheritance: extends AbstractSecurityViewHelper, implements TYPO3\CMS\Fluid\Core\ViewHelper\Facets\ChildNodeAccessInterface
Datei anzeigen Open project: fluidtypo3/vhs

Protected Methods

Method Description
evaluateCondition ( array | null $arguments = null ) : boolean Overridden condition evaluation - full negation of verdict

Method Details

evaluateCondition() protected static method

Overridden condition evaluation - full negation of verdict
protected static evaluateCondition ( array | null $arguments = null ) : boolean
$arguments array | null
return boolean