public static function Forena::service in Forena Reports 8
Singleton
Return value
static
1 string reference to 'Forena::service'
File
- src/
Forena.php, line 19
Class
Namespace
Drupal\forenaCode
public static function service() {
if (static::$instance === NULL) {
static::$instance = new static();
}
return static::$instance;
}