Home
last modified time | relevance | path

Searched refs:enableDebug (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DEnvironment.php49 public $enableDebug; variable in Google\\Service\\TagManager\\Environment
170 public function setEnableDebug($enableDebug) argument
172 $this->enableDebug = $enableDebug;
179 return $this->enableDebug;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php196 public function enableDebug() function in Twig\\Environment