public function RoleWatchdogInterface::setName in Role Watchdog 8
Sets the Role Watchdog name.
Parameters
string $name: The Role Watchdog name.
Return value
\Drupal\role_watchdog\Entity\RoleWatchdogInterface The called Role Watchdog entity.
1 method overrides RoleWatchdogInterface::setName()
- RoleWatchdog::setName in src/
Entity/ RoleWatchdog.php - Sets the Role Watchdog name.
File
- src/
Entity/ RoleWatchdogInterface.php, line 33
Class
- RoleWatchdogInterface
- Provides an interface for defining Role Watchdog entities.
Namespace
Drupal\role_watchdog\EntityCode
public function setName($name);