public function BadgeInterface::getType in User Badges 8
Gets the Badge type.
Return value
string The Badge type.
1 method overrides BadgeInterface::getType()
- Badge::getType in src/
Entity/ Badge.php - Gets the Badge type.
File
- src/
BadgeInterface.php, line 26 - Contains \Drupal\user_badges\BadgeInterface.
Class
- BadgeInterface
- Provides an interface for defining Badge entities.
Namespace
Drupal\user_badgesCode
public function getType();