You are here

public function LogInterface::getType in Log entity 8

Gets the log type.

Return value

string The log type.

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

File

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

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log

Code

public function getType();