ProcessAvailableActionsViewHelper extends AbstractTagBasedViewHelper

ViewHelper to let 3rd-party extensions process the list of available actions for a given extension.

Internal

Table of Contents

Properties

$eventDispatcher  : EventDispatcherInterface

Methods

initializeArguments()  : mixed
injectEventDispatcher()  : mixed
render()  : string
Processes the list of actions.

Properties

$eventDispatcher

protected EventDispatcherInterface $eventDispatcher

Methods

initializeArguments()

public initializeArguments() : mixed

injectEventDispatcher()

public injectEventDispatcher(EventDispatcherInterface $eventDispatcher) : mixed
Parameters
$eventDispatcher : EventDispatcherInterface

render()

Processes the list of actions.

public render() : string
Return values
string

the rendered list of actions


        
On this page

Search results