PHP Class Neos\Neos\ViewHelpers\Backend\JavascriptConfigurationViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
injectSettings ( array $settings ) : void
render ( ) : string

Méthodes protégées

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

Method Details

getNodeTypeGroupsSettings() protected méthode

protected getNodeTypeGroupsSettings ( ) : array
Résultat array

getRequireJsPathMapping() protected méthode

protected getRequireJsPathMapping ( ) : array
Résultat array

getStaticResourceWebBaseUri() protected méthode

protected getStaticResourceWebBaseUri ( string $resourcePath ) : string
$resourcePath string
Résultat string

injectSettings() public méthode

public injectSettings ( array $settings ) : void
$settings array
Résultat void

render() public méthode

public render ( ) : string
Résultat string

renderMaximumFileUploadSize() protected méthode

Returns the lowest configured maximum upload file size
protected renderMaximumFileUploadSize ( ) : string
Résultat string

Property Details

$backendAssetsUtility protected_oe property

protected BackendAssetsUtility,Neos\Neos\Utility $backendAssetsUtility
Résultat Neos\Neos\Utility\BackendAssetsUtility

$bootstrap protected_oe property

protected Bootstrap,Neos\Flow\Core $bootstrap
Résultat Neos\Flow\Core\Bootstrap

$domainRepository protected_oe property

protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository
Résultat Neos\Neos\Domain\Repository\DomainRepository

$escapeOutput protected_oe property

protected bool $escapeOutput
Résultat boolean

$i18nService protected_oe property

protected Service,Neos\Flow\I18n $i18nService
Résultat Neos\Flow\I18n\Service

$resourceManager protected_oe property

protected ResourceManager,Neos\Flow\ResourceManagement $resourceManager
Résultat Neos\Flow\ResourceManagement\ResourceManager

$securityContext protected_oe property

protected Context,Neos\Flow\Security $securityContext
Résultat Neos\Flow\Security\Context

$settings protected_oe property

protected array $settings
Résultat array

$systemLogger protected_oe property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Résultat Neos\Flow\Log\SystemLoggerInterface