You are here

public function EntityRevisionLogInterface::getRevisionLogMessage in Entity API 8.0

Returns the entity revision log message.

Return value

string|NULL The revision log message. Return NULL if the entity type doesn't support revision logs.

File

src/Revision/EntityRevisionLogInterface.php, line 80
Contains \Drupal\entity\Revision\EntityRevisionLogInterface.

Class

EntityRevisionLogInterface
Defines an entity type with create time/author/log information for revisions.

Namespace

Drupal\entity\Revision

Code

public function getRevisionLogMessage();