You are here

public function RadioactivityIncidentStorage::getDecayProfile in Radioactivity 7.2

Get decay profile attached to this instance

File

includes/RadioactivityIncidentStorage.inc, line 31
Base class for incident storages

Class

RadioactivityIncidentStorage
@file Base class for incident storages

Code

public function getDecayProfile() {
  return radioactivity_decay_profile_load($this->settings['profile']);
}