You are here

public function AddThis::getExcludedServices in AddThis 7.4

File

classes/AddThis.php, line 266
An AddThis-class.

Class

AddThis
@file An AddThis-class.

Code

public function getExcludedServices() {
  return variable_get(self::EXCLUDED_SERVICES_KEY, array());
}