public function FieldRulesEntity::save in Field Rules 7
Permanently saves the entity.
Overrides Entity::save
See also
File
- ./
field_rules.inc, line 17
Class
Code
public function save() {
return node_type_save($this);
}
Permanently saves the entity.
Overrides Entity::save
public function save() {
return node_type_save($this);
}