Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / fontyourface / modules / fontscom_api / fontscom_api.install
index 83256b49fe3c810522be6c23b20b44389eb833b4..91e24c5bf05cad44a6531a64c15ec40163ee9e0b 100644 (file)
@@ -5,15 +5,11 @@
  * Fonts.com API install file.
  */
 
-use Drupal\Core\Url;
-
 /**
  * Implements hook_install().
  */
 function fontscom_api_install() {
   module_set_weight('fontscom_api', 10);
-  $url = Url::fromRoute('font.settings');
-  drupal_set_message(t('Fonts.com settings needs to be set up in order to import fonts from Fonts.com. Please use @link to import Fonts.com fonts.', ['@link' => \Drupal::l('@font-your-face settings', $url)]));
 }
 
 /**