Overrides ExecutableInterface::execute
public function execute($entity = NULL) { foreach ($this->getFieldsToUpdate() as $field => $value) { $entity->{$field} = $value; } $entity->save(); }