You are here

public function PanelizerEntityComment::entity_save in Panelizer 7.3

Implement the save function for the entity.

Overrides PanelizerEntityInterface::entity_save

File

plugins/entity/PanelizerEntityComment.class.php, line 32
Class for the Panelizer comment entity plugin.

Class

PanelizerEntityComment
Panelizer Entity comment plugin class.

Code

public function entity_save($entity) {
  comment_save($entity);
}