You are here

public function SocialContent::getInstances in Social Content 7.2

Get all instances for the current global.

Return value

array All the instances for the current global.

File

./social_content.class.inc, line 462
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 getInstances() {
  $instances = self::getAllInstances($this
    ->getMachineName());
  return $instances;
}