You are here

public function LogInterface::getName in Log entity 8

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/LogInterface.php, line 27
Contains \Drupal\log\LogInterface.

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log

Code

public function getName();