You are here

public function SocialContentFacebook::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/facebook/social_content_facebook.class.inc, line 35
Social Content Facebook class.

Class

SocialContentFacebook
@file Social Content Facebook class.

Code

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