You are here

public static function SocialContent::getFormRootElementKey in Social Content 7.2

The root element to use in forms.

All form elements (both for global and instance) will have this as the key for the root element.

Return value

string The root element key.

4 calls to SocialContent::getFormRootElementKey()
SocialContent::clearGlobals in ./social_content.class.inc
Delete global settings.
SocialContent::getForm in ./social_content.class.inc
Get an internal form of the gievn type.
SocialContent::loadGlobalSettings in ./social_content.class.inc
Load global settings.
SocialContent::saveGlobalSettings in ./social_content.class.inc
Save global settings.

File

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

Class

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

Code

public static function getFormRootElementKey() {
  return 'social_content';
}