Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface::removeAddressRelation PHP Méthode

removeAddressRelation() public méthode

removes the address relation from a contact and also deletes the address if it has no more relations.
public removeAddressRelation ( $entity, $address ) : mixed
$entity
$address
Résultat mixed
    public function removeAddressRelation($entity, $address);