Property | Type | Description | |
---|---|---|---|
$dispatcher | |||
$documentNode | Neos\ContentRepository\Domain\Model\NodeInterface | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | ||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$systemLogger | Neos\Flow\Log\SystemLoggerInterface |
Method | Description | |
---|---|---|
__toString ( ) : string | ||
evaluate ( ) : string | Returns the rendered content of this plugin | |
getAction ( ) : string | ||
getArgumentNamespace ( ) : string | ||
getController ( ) : string | ||
getPackage ( ) : string | ||
getSubpackage ( ) : string |
Method | Description | |
---|---|---|
buildPluginRequest ( ) : |
Build the pluginRequest object | |
getPluginNamespace ( ) : string | Returns the plugin namespace that will be prefixed to plugin parameters in URIs. | |
passArgumentsToPluginRequest ( |
Pass the arguments which were addressed to the plugin to its own request |
protected buildPluginRequest ( ) : |
||
return |
protected getPluginNamespace ( ) : string | ||
return | string |
protected passArgumentsToPluginRequest ( |
||
$pluginRequest | The plugin request | |
return | void |
protected Dispatcher,Neos\Flow\Mvc $dispatcher | ||
return |
protected NodeInterface,Neos\ContentRepository\Domain\Model $documentNode | ||
return | Neos\ContentRepository\Domain\Model\NodeInterface |
protected NodeInterface,Neos\ContentRepository\Domain\Model $node | ||
return | Neos\ContentRepository\Domain\Model\NodeInterface |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
return | Neos\Flow\ObjectManagement\ObjectManagerInterface |