isEnabled() public method

Return the module activation status
public isEnabled ( ) : boolean
return boolean
Example #1
0
 /**
  * Check that the module is currently enabled
  *
  * @return bool
  */
 public function isEnabled()
 {
     return $this->trackerHelper->isEnabled();
 }