Method | Description | |
---|---|---|
__construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $generator, WellCommerce\Bundle\CoreBundle\Helper\Request\RequestHelperInterface $requestHelper ) | DynamicRoutingExtension constructor. | |
checkRouteIsActive ( string $route ) : boolean | ||
getDynamicPath ( array $replacements = [] ) : string | ||
getFunctions ( ) | ||
getName ( ) | ||
getSortingOptions ( array $columns = [] ) : array |
Method | Description | |
---|---|---|
isSortingActive ( string $column, string $direction ) : boolean |
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $generator, WellCommerce\Bundle\CoreBundle\Helper\Request\RequestHelperInterface $requestHelper ) | ||
$generator | Symfony\Component\Routing\Generator\UrlGeneratorInterface | |
$requestHelper | WellCommerce\Bundle\CoreBundle\Helper\Request\RequestHelperInterface |
public checkRouteIsActive ( string $route ) : boolean | ||
$route | string | |
return | boolean |
public getDynamicPath ( array $replacements = [] ) : string | ||
$replacements | array | |
return | string |
public getSortingOptions ( array $columns = [] ) : array | ||
$columns | array | |
return | array |