19 declare(strict_types=1);
43 protected string $plugin_id,
55 if (isset(self::$instances[$identifier_string])) {
56 return self::$instances[$identifier_string];
64 $this->provider->getProviderNameForPresentation()
66 $this->map->addToMap($identification);
68 return self::$instances[$identifier_string] = $identification;
Class PluginIdentificationProvider.
Interface IdentificationInterface.
Class PluginIdentification.
__construct(Provider $provider, protected string $plugin_id, SerializerInterface $serializer, IdentificationMap $map)
PluginIdentificationProvider constructor.
identifier(string $identifier_string)
this is a identifier which is only known to your component. The GlobalScreen services uses this strin...
Interface SerializerInterface.
Class IdentificationProviderInterface.
__construct(Container $dic, ilPlugin $plugin)