Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityTypeManagerInterface.php
index d395be2ab68e243ac95d1b6bb250a1a7ca4528d1..0ccac97050bd5e29ba16d31844b27c87fe8ad8cb 100644 (file)
@@ -30,7 +30,10 @@ interface EntityTypeManagerInterface extends PluginManagerInterface, CachedDisco
    * @return \Drupal\Core\Entity\EntityStorageInterface
    *   A storage instance.
    *
+   * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException
+   *   Thrown if the entity type doesn't exist.
    * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
+   *   Thrown if the storage handler couldn't be loaded.
    */
   public function getStorage($entity_type);