You are here

public property RoyalSliderOptionSetEntity::$video_youtube_code in RoyalSlider Integration 8

Youtube embed code. %id% is replaced by video id.

Type: string

File

src/Entity/RoyalSliderOptionSetEntity.php, line 556
Contains \Drupal\royalslider\Entity\RoyalSliderOptionSetEntity.

Class

RoyalSliderOptionSetEntity
Defines a RoyalSliderOptionSet configuration entity class.

Namespace

Drupal\royalslider\Entity

Code

public $video_youtube_code = '<iframe src="http://www.youtube.com/embed/%id%?rel=1&autoplay=1&showinfo=0" frameborder="no"></iframe>';