Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage()
  2. 9 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage()

Returns the entity revision log message.

Return value

string|null The revision log message, or NULL if not set.

File

core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 75

Class

RevisionLogInterface
Defines methods for an entity that supports revision logging and ownership.

Namespace

Drupal\Core\Entity

Code

public function getRevisionLogMessage();