class ContentElementEditableService (View source)

The content element editable service adds the necessary markup around a content element such that it can be edited using the inline editing of the Neos Backend.

Properties

protected PrivilegeManagerInterface $privilegeManager
protected AuthorizationService $nodeAuthorizationService
protected HtmlAugmenter $htmlAugmenter
protected ContentRepositoryRegistry $contentRepositoryRegistry

Methods

string
wrapContentProperty(Node $node, string $property, string $content)

No description

Details

string wrapContentProperty(Node $node, string $property, string $content)

No description

Parameters

Node $node
string $property
string $content

Return Value

string