public function LogType::isAutomaticallyDone in Log entity 8
File
- src/
Entity/ LogType.php, line 132  - Contains \Drupal\log\Entity\LogType.
 
Class
- LogType
 - Defines the Log type entity.
 
Namespace
Drupal\log\EntityCode
public function isAutomaticallyDone() {
  return $this->done;
}