Browse Source

include reference to Media and File classes

pull/844/head
Willow Gillingham 5 years ago
parent
commit
6b19220b99
  1. 2
      islandora.tokens.inc

2
islandora.tokens.inc

@ -8,6 +8,8 @@
*/ */
use Drupal\Core\Render\BubbleableMetadata; use Drupal\Core\Render\BubbleableMetadata;
use Drupal\media\Entity\Media;
use Drupal\file\Entity\File;
/** /**
* Implements hook_token_info(). * Implements hook_token_info().

Loading…
Cancel
Save