Kernel::WebApp::Plugin::3100ProvideObjectManager

NAME

Kernel::WebApp::Plugin::3100ProvideObjectManager – Provide ObjectManager instance to all controllers.

PUBLIC INTERFACE

register()

Provide ObjectManager instance to all controllers.

It keeps an existing instance of $Kernel::OM, for example in the context of unit tests. This is important because of functionalities like RestoreDatabase that depend on object life-cycle.

Scroll to Top