Пример #1
0
 protected function saveBackdropAwareEntityChanges(BackdropEntityAware $entity)
 {
     if ($entity instanceof Collection) {
         $this->collectionService->updateBackdrop($entity);
     } else {
         throw new \Exception('Invalid entity: unable to save entity');
     }
 }