PHP Class Sulu\Bundle\AdminBundle\Controller\ContentNavigationController

Inheritance: implements FOS\RestBundle\Routing\ClassResourceInterface
Datei anzeigen Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( Sulu\Bundle\AdminBundle\Navigation\ContentNavigationRegistryInterface $contentNavigationRegistry, FOS\RestBundle\View\ViewHandlerInterface $viewHandler )
cgetAction ( Request $request ) : Response Returns all the content navigation items for a given alias.

Method Details

__construct() public method

public __construct ( Sulu\Bundle\AdminBundle\Navigation\ContentNavigationRegistryInterface $contentNavigationRegistry, FOS\RestBundle\View\ViewHandlerInterface $viewHandler )
$contentNavigationRegistry Sulu\Bundle\AdminBundle\Navigation\ContentNavigationRegistryInterface
$viewHandler FOS\RestBundle\View\ViewHandlerInterface

cgetAction() public method

Returns all the content navigation items for a given alias.
public cgetAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response