_mediaDirectory->getAbsolutePath($this->_appendScopeInfo(self::UPLOAD_DIR)); } /** * Makes a decision about whether to add info about the scope. * * @return boolean */ protected function _addWhetherScopeInfo() { return true; } /** * Getter for allowed extensions of uploaded files. * * @return string[] */ protected function _getAllowedExtensions() { return ['ico', 'png', 'gif', 'jpg', 'jpeg', 'apng', 'svg']; } }