You are here

public function FieldRulesEntity::save in Field Rules 7

Permanently saves the entity.

Overrides Entity::save

See also

entity_save()

File

./field_rules.inc, line 17

Class

FieldRulesEntity

Code

public function save() {
  return node_type_save($this);
}