BlockContentInterface::getRevisionLog

public BlockContentInterface::getRevisionLog()

Returns the block revision log message.

Return value

string The revision log message.

Deprecated

in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage() instead.

File

core/modules/block_content/src/BlockContentInterface.php, line 23

Class

BlockContentInterface
Provides an interface defining a custom block entity.

Namespace

Drupal\block_content

Code

public function getRevisionLog();
doc_Drupal
2016-10-29 08:46:59
Comments
Leave a Comment

Please login to continue.