Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / fontyourface / modules / typekit_api / typekit_api.install
index 22c83a7f2bc81af17dca353edaca3feab910c0d9..488dc311a4a520d2900896fc5bea46a5352329ed 100644 (file)
@@ -5,15 +5,11 @@
  * Typekit API install file.
  */
 
-use Drupal\Core\Url;
-
 /**
  * Implements hook_install().
  */
 function typekit_api_install() {
   module_set_weight('typekit_api', 10);
-  $url = Url::fromRoute('font.settings');
-  drupal_set_message(t('Typekit needs to be set up in order for fonts to be imported. Please use @link to import Typekit fonts.', ['@link' => \Drupal::l('@font-your-face settings', $url)]));
 }
 
 /**