You are here

function ytarget_is_dev in Webform Yandex Goals 7

Same name and namespace in other branches
  1. 7.2 ytarget.module \ytarget_is_dev()
1 call to ytarget_is_dev()
ytarget_execute_goal in ./ytarget.module

File

./ytarget.module, line 134

Code

function ytarget_is_dev() {
  return (bool) variable_get('ytarget_dev', FALSE);
}