Sulu\Bundle\AdminBundle\Controller\WidgetGroupsController::getWidgetsHandler PHP Метод

getWidgetsHandler() приватный Метод

Returns the widget handler service.
private getWidgetsHandler ( ) : Sulu\Bundle\AdminBundle\Widgets\WidgetsHandlerInterface
Результат Sulu\Bundle\AdminBundle\Widgets\WidgetsHandlerInterface
    private function getWidgetsHandler()
    {
        if ($this->widgetsHandler === null) {
            $this->widgetsHandler = $this->get('sulu_admin.widgets_handler');
        }
        return $this->widgetsHandler;
    }
WidgetGroupsController