You are here

public function LogType::isNewRevision in Log entity 8

File

src/Entity/LogType.php, line 139
Contains \Drupal\log\Entity\LogType.

Class

LogType
Defines the Log type entity.

Namespace

Drupal\log\Entity

Code

public function isNewRevision() {
  return $this->new_revision;
}