public function Paragraph::postSave

File

paragraphs/src/Entity/Paragraph.php, line 233

Class

Paragraph
Defines the Paragraph entity.

Namespace

Drupal\paragraphs\Entity

Code

public function postSave(EntityStorageInterface $storage, $update = TRUE) {
  $this
    ->setNeedsSave(FALSE);
  parent::postSave($storage, $update);
}