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\EntityCode
public function isNewRevision() {
return $this->new_revision;
}