Skip to main content
Drupal 8 Notes
  • Contribute
  • RSS RSS

module_exists in Drupal 8

How to check if a module is enabled in Drupal 8:

1
\Drupal::moduleHandler()->moduleExists('search')
Tweet
  • « HTML link in Twig
  • drupal_get_form in Drupal 8 »
Is this post incomplete? Want to help? Add a comment below or click here to contribute.

This site is hosted on Github. Want to help?