You are here

public function BadgeInterface::getName in User Badges 8

Gets the Badge name.

Return value

string Name of the Badge.

1 method overrides BadgeInterface::getName()
Badge::getName in src/Entity/Badge.php
Gets the Badge name.

File

src/BadgeInterface.php, line 34
Contains \Drupal\user_badges\BadgeInterface.

Class

BadgeInterface
Provides an interface for defining Badge entities.

Namespace

Drupal\user_badges

Code

public function getName();