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