public function UserModuleStatusInterface::isPublished in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/UserModuleStatusInterface.php \Drupal\opigno_module\Entity\UserModuleStatusInterface::isPublished()
Returns the User module status published status indicator.
Unpublished User module status are only visible to restricted users.
Return value
bool TRUE if the User module status is published.
1 method overrides UserModuleStatusInterface::isPublished()
- UserModuleStatus::isPublished in src/
Entity/ UserModuleStatus.php - Returns the User module status published status indicator.
File
- src/
Entity/ UserModuleStatusInterface.php, line 62
Class
- UserModuleStatusInterface
- Provides an interface for defining User module status entities.
Namespace
Drupal\opigno_module\EntityCode
public function isPublished();