function RevisionLogEntityTrait::getRevisionLogMessage
File
- 
              core/
lib/ Drupal/ Core/ Entity/ RevisionLogEntityTrait.php, line 114  
Class
- RevisionLogEntityTrait
 - Provides a trait for accessing revision logging and ownership information.
 
Namespace
Drupal\Core\EntityCode
public function getRevisionLogMessage() {
  return $this->{$this->getEntityType()
    ->getRevisionMetadataKey('revision_log_message')}->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.