| 1 entity.class.inc | public Entity::getRevisionId() | 
Implements Backdrop\entity\EntityInterface::getRevisionId().
Overrides EntityInterface::getRevisionId
File
- core/modules/ entity/ entity.class.inc, line 383 
- Provides an interface and a base class for entities.
Class
- Entity
- Defines a base entity class.
Code
public function getRevisionId() {
  return NULL;
}
