protected property DrupalDefaultEntityController::$revisionKey
Name of entity's revision database table field, if it supports revisions.
Has the value FALSE if this entity does not use revisions.
Tipo: string
Archivo
- drupal-7.x/
includes/ entity.inc, line 94
Class
- DrupalDefaultEntityController
- Default implementation of DrupalEntityControllerInterface.
Código
protected $revisionKey;