/**
  * {@inheritdoc}
  */
 public function moduleExists($module)
 {
     return $this->drupal7->module_exists($module);
 }