General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected key from pattern to path

...

Code Block
titleGenerated routing.yml
ez_systems_cookbook_homepage:
    patternpath:     /hello/{name}
    defaults: { _controller: EzSystemsCookbookBundle:Default:index }

...

Code Block
titleEdited routing.yml
ezsystems_cookbook_hello:
    patternpath:     /cookbook/{name}
    defaults: { _controller: EzSystemsCookbookBundle:Default:hello }

...