Skip to content
Snippets Groups Projects

Send contact emails message when creating Contact Message via REST/JsonAPI

5 files
+ 54
8
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -74,6 +74,8 @@ protected function doDelete($entities) {
* {@inheritdoc}
*/
public function save(EntityInterface $entity) {
// Execute post save logic and invoke the related hooks.
$this->doPostSave($entity, !$entity->isNew());
}
/**
Loading