Loading markdown.install +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ function markdown_requirements($phase) { $containerNamespaces->offsetSet('Drupal\\markdown', str_replace(\Drupal::root() . '/', '', $src)); } // Adds services that are not available yet, but are required by the classes // Add services that are not available yet, but are required by the classes // above. The container rebuild after module installation should reset these // to what is defined in markdown.services.yml. if (!\Drupal::hasService('logger.channel.markdown')) { Loading Loading
markdown.install +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ function markdown_requirements($phase) { $containerNamespaces->offsetSet('Drupal\\markdown', str_replace(\Drupal::root() . '/', '', $src)); } // Adds services that are not available yet, but are required by the classes // Add services that are not available yet, but are required by the classes // above. The container rebuild after module installation should reset these // to what is defined in markdown.services.yml. if (!\Drupal::hasService('logger.channel.markdown')) { Loading