Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / QueryBase.php
index 5c94b444789dd873c55235c2371978fdcb2dc54e..06dfb8f20f7ea0fd715a1185324570b9979ae731 100644 (file)
@@ -264,13 +264,7 @@ abstract class QueryBase implements QueryInterface {
   }
 
   /**
-   * Queries the latest revision.
-   *
-   * The latest revision is the most recent revision of an entity. This will be
-   * either the default revision, or a pending revision if one exists and it is
-   * newer than the default.
-   *
-   * @return $this
+   * {@inheritdoc}
    */
   public function latestRevision() {
     $this->allRevisions = TRUE;
@@ -455,7 +449,7 @@ abstract class QueryBase implements QueryInterface {
   }
 
   /**
-   * Generates an alias for a field and it's aggregated function.
+   * Generates an alias for a field and its aggregated function.
    *
    * @param string $field
    *   The field name used in the alias.