You are here

function picture_mapping_save in Picture 7.2

Same name and namespace in other branches
  1. 7 picture.module \picture_mapping_save()

Save mappings.

1 string reference to 'picture_mapping_save'
picture_schema in ./picture.install
Implements hook_schema().

File

./picture.module, line 121
Picture formatter.

Code

function picture_mapping_save(PictureMapping $mapping) {
  return $mapping
    ->save();
}