public function RoleWatchdogInterface::getName in Role Watchdog 8
Gets the Role Watchdog name.
Return value
string Name of the Role Watchdog.
1 method overrides RoleWatchdogInterface::getName()
- RoleWatchdog::getName in src/
Entity/ RoleWatchdog.php - Gets the Role Watchdog name.
File
- src/
Entity/ RoleWatchdogInterface.php, line 22
Class
- RoleWatchdogInterface
- Provides an interface for defining Role Watchdog entities.
Namespace
Drupal\role_watchdog\EntityCode
public function getName();