def decodePathCodeToPageId()

in migrator/src/main/scala/com/gu/pathmanager/ShortUrlEncoder.scala [16:18]


  def decodePathCodeToPageId(code: String) = {
    base27decode(typographicallyDecode(code))
  }