Newscoop\DependencyInjection\ContainerBuilder::getServiceIds PHP Method

getServiceIds() public method

Wrapper for ContainerBuilder::getServiceIds method.
public getServiceIds ( ) : array
return array An array of all defined service ids
    public function getServiceIds()
    {
        return parent::getServiceIds();
    }