Neos\Media\Domain\Model\Tag::getAssetCollections PHP Method

getAssetCollections() public method

Return the asset collections this tag is included in
public getAssetCollections ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getAssetCollections()
    {
        return $this->assetCollections;
    }