You are here

protected function PluginDependencyTrait::moduleHandler in Markdown 8.2

Wraps the module handler.

Return value

\Drupal\Core\Extension\ModuleHandlerInterface The module handler.

File

src/BcSupport/PluginDependencyTrait.php, line 108

Class

PluginDependencyTrait
Provides a trait for calculating the dependencies of a plugin.

Namespace

Drupal\markdown\BcSupport

Code

protected function moduleHandler() {
  return \Drupal::moduleHandler();
}