コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function postSave(EntityStorageInterface $storage, $update = TRUE)
 {
     return $this->entity->postSave($storage, $update);
 }