eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory::getParentServiceId PHP Метод

getParentServiceId() публичный Метод

It will be used as the base name for instances of this handler, and as the parent of the instances' services.
public getParentServiceId ( ) : string
Результат string
    public function getParentServiceId();

Usage Example

 public function testGetParentServiceId()
 {
     self::assertEquals($this->provideExpectedParentServiceId(), $this->factory->getParentServiceId());
 }