You are here

public function SocialContent::clearGlobals in Social Content 7.2

Delete global settings.

File

./social_content.class.inc, line 67
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 clearGlobals() {
  variable_del(self::getFormRootElementKey());
}