. */ namespace SP\Domain\Plugin\Ports; /** * Interface PluginLoaderInterface */ interface PluginLoaderInterface { public function loadFor(PluginInterface $plugin): void; }