You are here

public function SocialContentPinterest::getMachineName in Social Content 7.2

The machine name for the global.

Return value

string The machine name.

Overrides SocialContent::getMachineName

File

modules/pinterest/social_content_pinterest.class.inc, line 26
Social Content Pinterest class.

Class

SocialContentPinterest
@file Social Content Pinterest class.

Code

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