public function LogInterface::getTypeNamePattern in Log entity 2.x
Gets the name pattern from the log type.
Return value
string The name pattern.
1 method overrides LogInterface::getTypeNamePattern()
- Log::getTypeNamePattern in src/
Entity/ Log.php - Gets the name pattern from the log type.
File
- src/
Entity/ LogInterface.php, line 61
Class
- LogInterface
- Provides an interface for defining Log entities.
Namespace
Drupal\log\EntityCode
public function getTypeNamePattern();