32 parent::__construct($provider, $serializer, $map);
42 if (isset(self::$instances[$identifier_string])) {
43 return self::$instances[$identifier_string];
46 $identification =
new PluginIdentification($this->plugin_id, $identifier_string, $this->class_name, $this->serializer, $this->provider->getProviderNameForPresentation());
47 $this->map->addToMap($identification);
49 return self::$instances[$identifier_string] = $identification;
Class PluginIdentificationProvider.
Interface IdentificationInterface.
Class PluginIdentification.
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(Provider $provider, string $plugin_id, SerializerInterface $serializer, IdentificationMap $map)
PluginIdentificationProvider constructor.