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