You are here

public function SocialContentSoundCloud::getMachineName in Social Content 7.2

The machine name for the global.

Return value

string The machine name.

Overrides SocialContent::getMachineName

File

modules/soundcloud/social_content_soundcloud.class.inc, line 25
Social Content SoundCloud class.

Class

SocialContentSoundCloud
@file Social Content SoundCloud class.

Code

public function getMachineName() {
  return 'soundcloud';
}