You are here

public function OgGroup::save in Organic groups 7

Permanently saves the entity.

Overrides Entity::save

See also

entity_save()

File

./og.module, line 1280
Enable users to create and manage groups with roles and permissions.

Class

OgGroup
Main class for Group entities provided by Entity API.

Code

public function save() {
  parent::save();
  og_invalidate_cache();
}