You are here

public property CRMCoreContactController::$revisionKey in CRM Core 7

Name of entity's revision database table field, if it supports revisions.

Has the value FALSE if this entity does not use revisions.

Type: string

Overrides DrupalDefaultEntityController::$revisionKey

File

modules/crm_core_contact/includes/crm_core_contact.controller.inc, line 69
Controller class for contacts.

Class

CRMCoreContactController
@file Controller class for contacts.

Code

public $revisionKey = 'vid';