Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / fontyourface / modules / adobe_edge_fonts / adobe_edge_fonts.install
index eaafe4768d9f2cffdb51e62ab77145fa72d3b492..af1d99ce1e286a80de6dff80a6f6239da93f6f48 100644 (file)
@@ -5,15 +5,11 @@
  * Adobe Edge Fonts install file.
  */
 
-use Drupal\Core\Url;
-
 /**
  * Implements hook_install().
  */
 function adobe_edge_fonts_install() {
   module_set_weight('adobe_edge_fonts', 10);
-  $url = Url::fromRoute('font.settings');
-  drupal_set_message(t('Due to the number of fonts, automated import from install for Adobe Edge Fonts is disabled. Please use @link to import Adobe Edge Fonts.', ['@link' => \Drupal::l('@font-your-face settings', $url)]));
 }
 
 /**