eZ\Publish\Core\MVC\Symfony\Controller\Content\QueryController::locationQueryAction PHP Method

locationQueryAction() public method

Runs a location search.
public locationQueryAction ( ContentView $view ) : ContentView
$view eZ\Publish\Core\MVC\Symfony\View\ContentView
return eZ\Publish\Core\MVC\Symfony\View\ContentView
    public function locationQueryAction(ContentView $view)
    {
        $this->runQuery($view, 'findLocations');
        return $view;
    }