PHP Class Neos\Neos\Service\ContentElementEditableService

Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$htmlAugmenter HtmlAugmenter
$nodeAuthorizationService Neos\ContentRepository\Service\AuthorizationService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

Public Methods

Method Description
wrapContentProperty ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $property, string $content ) : string Wrap the $content identified by $node with the needed markup for the backend.

Method Details

wrapContentProperty() public method

Wrap the $content identified by $node with the needed markup for the backend.
public wrapContentProperty ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $property, string $content ) : string
$node Neos\ContentRepository\Domain\Model\NodeInterface
$property string
$content string
return string

Property Details

$htmlAugmenter protected property

protected HtmlAugmenter,Neos\Neos\Service $htmlAugmenter
return HtmlAugmenter

$nodeAuthorizationService protected property

protected AuthorizationService,Neos\ContentRepository\Service $nodeAuthorizationService
return Neos\ContentRepository\Service\AuthorizationService

$privilegeManager protected property

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
return Neos\Flow\Security\Authorization\PrivilegeManagerInterface