/**
  * {@inheritdoc}
  */
 public function update()
 {
     // Only allow the parent implementation to act if pathauto will not create
     // an alias.
     if (!isset($this->pathauto) || empty($this->pathauto)) {
         parent::update();
     }
 }