PHP Class Sulu\Bundle\AdminBundle\Controller\ContentNavigationController

Inheritance: implements FOS\RestBundle\Routing\ClassResourceInterface
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 méthode

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