You are here

public function SocialContent::isEnabled in Social Content 7.2

Whether the current instance is enabled for import.

Return value

bool TRUE for enabled and FALSE if not.

File

./social_content.class.inc, line 473
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 isEnabled() {
  return (bool) $this->settings['instance']['enabled'];
}