You are here

protected static function ImageWidget::getModuleHandler in Panopoly 8.2

Gets the module handler service.

Return value

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

File

modules/panopoly/panopoly_media/src/Plugin/Field/FieldWidget/ImageWidget.php, line 82

Class

ImageWidget
Class ImageWidget.

Namespace

Drupal\panopoly_media\Plugin\Field\FieldWidget

Code

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