You are here

public function SocialContent::getMachineName in Social Content 7.2

The machine name for the global.

Implementing / Extending classes should override this method.

Return value

string The machine name.

6 calls to SocialContent::getMachineName()
SocialContent::getForm in ./social_content.class.inc
Get an internal form of the gievn type.
SocialContent::getInstances in ./social_content.class.inc
Get all instances for the current global.
SocialContent::import in ./social_content.class.inc
Do the import.
SocialContent::instanceSettingsFields in ./social_content.class.inc
The default field keys which will be on all instance's forms.
SocialContent::loadGlobalSettings in ./social_content.class.inc
Load global settings.

... See full list

11 methods override SocialContent::getMachineName()
SocialContentFacebook::getMachineName in modules/facebook/social_content_facebook.class.inc
The machine name for the global.
SocialContentFlickr::getMachineName in modules/flickr/social_content_flickr.class.inc
The machine name for the global.
SocialContentInstagram::getMachineName in modules/instagram/social_content_instagram.class.inc
The machine name for the global.
SocialContentLinkedin::getMachineName in modules/linkedin/social_content_linkedin.class.inc
The machine name for the global.
SocialContentPicasa::getMachineName in modules/picasa/social_content_picasa.class.inc
The machine name for the global.

... See full list

File

./social_content.class.inc, line 484
Social Content class.

Class

SocialContent
TODO: Table names should be a property for ease of change Separate this class into smaller classes.

Code

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