diff --git a/core/lib/Drupal/Core/Entity/EntityPublishedInterface.php b/core/lib/Drupal/Core/Entity/EntityPublishedInterface.php index c243330..ede6d42 100644 --- a/core/lib/Drupal/Core/Entity/EntityPublishedInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityPublishedInterface.php @@ -2,6 +2,9 @@ namespace Drupal\Core\Entity; +/** + * Provides an interface for access to an entities published state. + */ interface EntityPublishedInterface { /** @@ -17,7 +20,8 @@ /** * Returns the entity published status indicator. * - * Unpublished entities are only visible to their authors and to administrators. + * Unpublished entities are only visible to their authors and to + * administrators. * * @return bool * TRUE if the entity is published.