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