You are here

public function EntityTraitInterface::getLabel in Commerce Core 8.2

Gets the entity trait label.

Return value

string The entity trait label.

1 method overrides EntityTraitInterface::getLabel()
EntityTraitBase::getLabel in src/Plugin/Commerce/EntityTrait/EntityTraitBase.php
Gets the entity trait label.

File

src/Plugin/Commerce/EntityTrait/EntityTraitInterface.php, line 22

Class

EntityTraitInterface
Defines the interface for entity traits.

Namespace

Drupal\commerce\Plugin\Commerce\EntityTrait

Code

public function getLabel();