From d9af78fd963bd3cd182ba0cc9f229b3fa8edfa24 Mon Sep 17 00:00:00 2001 From: Willow Gillingham Date: Wed, 21 Jul 2021 17:15:55 +0000 Subject: [PATCH] include reference to Media and File classes --- islandora.tokens.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/islandora.tokens.inc b/islandora.tokens.inc index fae9156b..fb7f2844 100644 --- a/islandora.tokens.inc +++ b/islandora.tokens.inc @@ -8,6 +8,8 @@ */ use Drupal\Core\Render\BubbleableMetadata; +use Drupal\media\Entity\Media; +use Drupal\file\Entity\File; /** * Implements hook_token_info().