PHP Class Sulu\Bundle\AdminBundle\Controller\WidgetGroupsController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$widgetsHandler

Public Methods

Method Description
groupAction ( string $groupAlias, Request $request ) : Response renders a widget group.

Private Methods

Method Description
getWidgetsHandler ( ) : Sulu\Bundle\AdminBundle\Widgets\WidgetsHandlerInterface Returns the widget handler service.

Method Details

groupAction() public method

renders a widget group.
public groupAction ( string $groupAlias, Request $request ) : Response
$groupAlias string
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response

Property Details

$widgetsHandler protected property

protected $widgetsHandler