Skip to content

Instantly share code, notes, and snippets.

@jkuchar
Created September 8, 2018 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkuchar/bb075bc4a24879878543cb387b021100 to your computer and use it in GitHub Desktop.
Save jkuchar/bb075bc4a24879878543cb387b021100 to your computer and use it in GitHub Desktop.
How to find all calls to link generator in Nette?
Use this regexp for example in PHPStorm:
(link\(|redirect\(|forward\(|n:href|\{plink |\{link )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment