getParentServiceId() public method

It will be used as the base name for instances of this handler, and as the parent of the instances' services.
public getParentServiceId ( ) : string
return string
 public function testGetParentServiceId()
 {
     self::assertEquals($this->provideExpectedParentServiceId(), $this->factory->getParentServiceId());
 }