You are here

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

Gets the label of the the log type.

Return value

string The label of the log type.

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

File

src/Entity/LogInterface.php, line 69

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log\Entity

Code

public function getBundleLabel();