Kernel::WebApp::Plugin::3100ProvideObjectManager

Table of Contents

NAME

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

METHODS

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