CodeExplorer 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}
*/