public function Paragraph::setRevisionLog in Paragraphs 8
File
- src/
Entity/ Paragraph.php, line 354
Class
- Paragraph
- Defines the Paragraph entity.
Namespace
Drupal\paragraphs\EntityCode
public function setRevisionLog($revision_log) {
return $this;
}