Neos\Flow\ResourceManagement\Collection::getTarget PHP Method

getTarget() public method

Returns the publication target defined for this collection
public getTarget ( ) : Neos\Flow\ResourceManagement\Target\TargetInterface
return Neos\Flow\ResourceManagement\Target\TargetInterface
    public function getTarget()
    {
        return $this->target;
    }