protected property DrupalDefaultEntityController::$revisionKey in Drupal 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
File
- includes/
entity.inc, line 96
Class
- DrupalDefaultEntityController
- Default implementation of DrupalEntityControllerInterface.
Code
protected $revisionKey;