You are here

public function LogInterface::getName in Log entity 2.x

Gets the log name.

Return value

string The log name.

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

File

src/Entity/LogInterface.php, line 23

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log\Entity

Code

public function getName();