You are here

public static function CRMCoreContactUITestCase::getOrganizationContactTitle in CRM Core 7

1 call to CRMCoreContactUITestCase::getOrganizationContactTitle()
CRMCoreRelationshipUITestCase::testRelationshipOperations in modules/crm_core_relationship_ui/crm_core_relationship_ui.test

File

modules/crm_core_contact_ui/crm_core_contact_ui.test, line 165

Class

CRMCoreContactUITestCase

Code

public static function getOrganizationContactTitle($organization_values) {
  return $organization_values['contact_name[und][0][family]'];
}