You are here

public function SocialContentTumblr::getSource in Social Content 7.2

Get the source being used to get the rows.

Return value

string The source used to fetch the rows.

Overrides SocialContent::getSource

File

modules/tumblr/social_content_tumblr.class.inc, line 37
Social Content Tumblr class.

Class

SocialContentTumblr
@file Social Content Tumblr class.

Code

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