Gets the service that this service is decorating.
array|null An array composed of the decorated service id, the new id for it and the priority of decoration, null if no service is decorated
public function getDecoratedService() : ?array { return $this->decoratedService; }