Skip to content
Snippets Groups Projects

refs #3460219 Implemented missing method.

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -285,4 +285,11 @@ class ModuleHandler implements ModuleHandlerInterface {
return $this->innerModuleHandler->getName($module);
}
/**
* {@inheritdoc}
*/
public function destruct() {
// TODO: Implement destruct() method.
}
}
Loading