- Issue created by @skyriter
The module overview β refers to using the following function to get the status of a feature in PHP:
module_load_include()
According to the module_load_include() is deprecated β issue, this function is deprecated.
A check on that method shows that we should be using
\Drupal::moduleHandler()->loadInclude()
Active
2.0
Documentation