/**
  * {@inheritdoc}
  */
 public function isDefaultRevision($new_value = NULL)
 {
     return $this->subject->isDefaultRevision($new_value);
 }