getTranslateRoute example

/** * {@inheritdoc} */
  public function isResettable() {
    return FALSE;
  }

  /** * {@inheritdoc} */
  public function isTranslatable() {
    return (bool) $this->getTranslateRoute();
  }

  /** * {@inheritdoc} */
  public function isDeletable() {
    return (bool) $this->getDeleteRoute();
  }

  /** * {@inheritdoc} */
Home | Imprint | This part of the site doesn't use cookies.