getLinkMultipleIdList('accounts'); if (count($accountIdList)) { if (in_array($entity->id, $accountIdList)) { return true; } } return false; } }