You are here

public function AddThis::getBlockDisplayType in AddThis 7.4

Get the type used for the block.

1 call to AddThis::getBlockDisplayType()
AddThis::getBlockDisplaySettings in classes/AddThis.php
Get the settings used by the block display.

File

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

Class

AddThis
@file An AddThis-class.

Code

public function getBlockDisplayType() {
  return variable_get(self::BLOCK_WIDGET_TYPE_KEY, self::WIDGET_TYPE_DISABLED);
}