_mediaDirectory->getRelativePath($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[] */ public function getAllowedExtensions() { return ['ico', 'png', 'gif', 'jpg', 'jpeg', 'apng', 'svg']; } }