public function boxes_i18n::save in Boxes translation 6
Same name and namespace in other branches
- 7 plugins/boxes/boxes_i18n.inc \boxes_i18n::save()
Save a box.
Overrides boxes_box::save
File
- plugins/boxes/ boxes_i18n.inc, line 51 
Class
- boxes_i18n
- Simple translatable custom text box.
Code
public function save() {
  parent::save();
  // Make the box strings available to be translated.
  $this
    ->locale_refresh();
}