Elcodi\Store\ProductBundle\EventListener\CategoriesOrderChangeEventListener::onChange PHP Method

onChange() public method

This method is called every time that some property that could affect the categories tree is changed and it reloads the full tree.
public onChange ( )
    public function onChange()
    {
        $this->storeCategoryTree->reload();
    }
CategoriesOrderChangeEventListener