CRM_Core_Session::setStatus('', $message, 'info');
}
- /**
- * Function to return current language.
- *
- * @return string
- */
- public function getCurrentLanguage() {
- if ($this->missingStandaloneExtension()) {
- return NULL;
- }
- return Security::singleton()->getCurrentLanguage();
- }
-
/**
* I don't know why this needs to be here? Does it even?
*
return !empty($this->getLoggedInUfID());
}
- public function getCurrentLanguage() {
- // @todo
- \Civi::log()->debug('CRM_Utils_System_Standalone::getCurrentLanguage: not implemented');
- return NULL;
- }
-
/**
* This is the (perhaps temporary location for) the implementation of CRM_Utils_System_Standalone method.
*/