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

publish() public method

Publishes the whole collection to the corresponding publishing target
public publish ( ) : void
return void
    public function publish()
    {
        $this->target->publishCollection($this);
    }