Skip to content

Instantly share code, notes, and snippets.

@vermario
Created March 24, 2016 07:39
Show Gist options
  • Save vermario/959ff67c2a5a4a897082 to your computer and use it in GitHub Desktop.
Save vermario/959ff67c2a5a4a897082 to your computer and use it in GitHub Desktop.
Drupal8: check if a module is installed
<?php
if (\Drupal::moduleHandler()->moduleExists('my_module')) {
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment