public function RoleWatchdogInterface::isPublished in Role Watchdog 8
Returns the Role Watchdog published status indicator.
Unpublished Role Watchdog are only visible to restricted users.
Return value
bool TRUE if the Role Watchdog is published.
1 method overrides RoleWatchdogInterface::isPublished()
- RoleWatchdog::isPublished in src/
Entity/ RoleWatchdog.php - Returns the Role Watchdog published status indicator.
File
- src/
Entity/ RoleWatchdogInterface.php, line 62
Class
- RoleWatchdogInterface
- Provides an interface for defining Role Watchdog entities.
Namespace
Drupal\role_watchdog\EntityCode
public function isPublished();