You are here

public function RadioactivityIncident::updateEnergy in Radioactivity 7.2

Update energy Drupal only

File

includes/RadioactivityIncident.inc, line 54
Incident class

Class

RadioactivityIncident
@file Incident class

Code

public function updateEnergy() {
  _radioactivity_update_energy($this->entityType, $this->entityId, $this->fieldName, $this->language, $this->energy, $this->time);
}