You are here

public function LogInterface::getTypeName in Log entity 8

Gets the log type name.

Return value

string The log type name.

1 method overrides LogInterface::getTypeName()
Log::getTypeName in src/Entity/Log.php
Gets the log type name.

File

src/LogInterface.php, line 43
Contains \Drupal\log\LogInterface.

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log

Code

public function getTypeName();