You are here

public function EntityShareClient::isDebug in Entity Share 7

Get the debug mode status.

Return value

bool The debug mode status.

File

includes/entity_share.client.inc, line 170
Class for handling communication with Entity Share Server.

Class

EntityShareClient
Entity Share Client class.

Code

public function isDebug() {
  return self::$debug;
}