You are here

function farm_sensor_entity_insert in farmOS 7

Implements hook_entity_insert().

File

modules/farm/farm_sensor/farm_sensor.module, line 99

Code

function farm_sensor_entity_insert($entity, $type) {
  _farm_sensor_entity_save($entity, $type);
}