Implements EntityTranslationControllerInterface::getEditPath().
Overrides EntityTranslationControllerInterface::getEditPath
public function getEditPath(EntityInterface $entity) {
  return isset($this->entityInfo['menu_edit_path']) ? $this
    ->getPathInstance($this->entityInfo['menu_edit_path'], $entity
    ->id()) : FALSE;
}