public function Paragraph::setRevisionLog

File

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

Class

Paragraph
Defines the Paragraph entity.

Namespace

Drupal\paragraphs\Entity

Code

public function setRevisionLog($revision_log) {
  return $this;
}