public function LogType::getNamePattern in Log entity 8
Same name and namespace in other branches
- 2.x src/Entity/LogType.php \Drupal\log\Entity\LogType::getNamePattern()
File
- src/
Entity/ LogType.php, line 118 - Contains \Drupal\log\Entity\LogType.
Class
- LogType
- Defines the Log type entity.
Namespace
Drupal\log\EntityCode
public function getNamePattern() {
return $this->name_pattern;
}