Newscoop\Image\RenditionService::reloadRenditions PHP Method

reloadRenditions() public method

Force reload of rendition specs
public reloadRenditions ( ) : void
return void
    public function reloadRenditions()
    {
        $this->getRenditions();
        $this->registerRenditions($this->renditions);
        $this->removeOrphanedArticleRenditions(array_keys($this->renditions));
        $this->removeOrphanedRenditions(array_keys($this->renditions));
        $this->renditions = null;
    }