PHP Class Neos\Neos\ViewHelpers\Backend\JavascriptConfigurationViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$backendAssetsUtility Neos\Neos\Utility\BackendAssetsUtility
$bootstrap Neos\Flow\Core\Bootstrap
$domainRepository Neos\Neos\Domain\Repository\DomainRepository
$escapeOutput boolean
$i18nService Neos\Flow\I18n\Service
$resourceManager Neos\Flow\ResourceManagement\ResourceManager
$securityContext Neos\Flow\Security\Context
$settings array
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Public Methods

Method Description
injectSettings ( array $settings ) : void
render ( ) : string

Protected Methods

Method Description
getNodeTypeGroupsSettings ( ) : array
getRequireJsPathMapping ( ) : array
getStaticResourceWebBaseUri ( string $resourcePath ) : string
renderMaximumFileUploadSize ( ) : string Returns the lowest configured maximum upload file size

Method Details

getNodeTypeGroupsSettings() protected method

protected getNodeTypeGroupsSettings ( ) : array
return array

getRequireJsPathMapping() protected method

protected getRequireJsPathMapping ( ) : array
return array

getStaticResourceWebBaseUri() protected method

protected getStaticResourceWebBaseUri ( string $resourcePath ) : string
$resourcePath string
return string

injectSettings() public method

public injectSettings ( array $settings ) : void
$settings array
return void

render() public method

public render ( ) : string
return string

renderMaximumFileUploadSize() protected method

Returns the lowest configured maximum upload file size
protected renderMaximumFileUploadSize ( ) : string
return string

Property Details

$backendAssetsUtility protected property

protected BackendAssetsUtility,Neos\Neos\Utility $backendAssetsUtility
return Neos\Neos\Utility\BackendAssetsUtility

$bootstrap protected property

protected Bootstrap,Neos\Flow\Core $bootstrap
return Neos\Flow\Core\Bootstrap

$domainRepository protected property

protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository
return Neos\Neos\Domain\Repository\DomainRepository

$escapeOutput protected property

protected bool $escapeOutput
return boolean

$i18nService protected property

protected Service,Neos\Flow\I18n $i18nService
return Neos\Flow\I18n\Service

$resourceManager protected property

protected ResourceManager,Neos\Flow\ResourceManagement $resourceManager
return Neos\Flow\ResourceManagement\ResourceManager

$securityContext protected property

protected Context,Neos\Flow\Security $securityContext
return Neos\Flow\Security\Context

$settings protected property

protected array $settings
return array

$systemLogger protected property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
return Neos\Flow\Log\SystemLoggerInterface