function MediaSoundCloudStyles::getAutoplay in Media: SoundCloud 7
1 call to MediaSoundCloudStyles::getAutoplay()
File
- includes/
MediaSoundCloudStyles.inc, line 12 - Styles class implementation for Media: SoundCloud.
Class
- MediaSoundCloudStyles
- @file Styles class implementation for Media: SoundCloud.
Code
function getAutoplay() {
//drupal_set_message("getAutoplay");
return $this
->get('autoplay');
}