Aimeos\ShopBundle\Controller\CatalogController::stockComponentAction PHP Method

stockComponentAction() public method

Returns the output of the catalog stock component
public stockComponentAction ( ) : Response
return Response Response object containing the generated output
    public function stockComponentAction()
    {
        return $this->getOutput('catalog/stock');
    }