Sulu\Bundle\MediaBundle\Entity\CollectionType::removeCollection PHP Method

removeCollection() public method

Remove collections.
public removeCollection ( Collection $collections )
$collections Collection
    public function removeCollection(Collection $collections)
    {
        $this->collections->removeElement($collections);
        return $this;
    }