You are here

public property CRMCoreContactController::$revisionTable in CRM Core 7

The table that stores revisions, if the entity supports revisions.

Type: string

Overrides DrupalDefaultEntityController::$revisionTable

File

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

Class

CRMCoreContactController
@file Controller class for contacts.

Code

public $revisionTable = 'crm_core_contact_revision';