You are here

public function SocialContentSoundCloud::getSource in Social Content 7.2

Get the source being used to get the rows i.e. account / hashtag.

Return value

string The account being used to fetch the rows.

Overrides SocialContent::getSource

File

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

Class

SocialContentSoundCloud
@file Social Content SoundCloud class.

Code

public function getSource() {
  return $this->settings['instance']['account'];
}