X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Flazy_route_provider_install_test%2Fsrc%2FPluginManager.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Flazy_route_provider_install_test%2Fsrc%2FPluginManager.php;h=cac59a7324ff42f92808736ef4ce41aa7cdc8763;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php b/web/core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php new file mode 100644 index 000000000..cac59a732 --- /dev/null +++ b/web/core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php @@ -0,0 +1,39 @@ +set(__CLASS__, Url::fromRoute('system.admin')->toString()); + parent::__construct('Plugin/LazyRouteProviderInstallTest', $namespaces, $module_handler, NULL, PluginID::class); + } + +}