scopeConfig->getValue(self::XML_PATH_PLAY_IF_BASE); } /** * Get show related youtube attribute * * @return mixed */ public function getShowRelatedAttribute() { return $this->scopeConfig->getValue(self::XML_PATH_SHOW_RELATED); } /** * Get video auto restart attribute * * @return mixed */ public function getVideoAutoRestartAttribute() { return $this->scopeConfig->getValue(self::XML_PATH_VIDEO_AUTO_RESTART); } /** * Retrieve YouTube API key * * @return string */ public function getYouTubeApiKey() { return $this->scopeConfig->getValue(self::XML_PATH_YOUTUBE_API_KEY); } }