Smile\ElasticsuiteCatalog\Block\Navigation\Renderer\PriceSlider::getConfig PHP Метод

getConfig() защищенный Метод

{@inheritDoc}
protected getConfig ( )
    protected function getConfig()
    {
        $config = parent::getConfig();
        if ($this->isManualCalculation() && $this->getStepValue() > 0) {
            $config['step'] = $this->getStepValue();
        }
        return $config;
    }